Update help text.

This commit is contained in:
gamemann
2020-12-18 02:36:31 +00:00
parent 5fddb6d87e
commit 457b2e394d

View File

@@ -288,7 +288,8 @@ int main(int argc, char *argv[])
if (help)
{
fprintf(stdout, "Usage:\n" \
"--config -c => Config file location (default is /etc/xdpfw.conf).\n" \
"--config -c => Config file location (default is /etc/xdpfw/xdpfw.conf).\n" \
"--offload -o => Tries to load the XDP program in hardware/offload mode." \
"--list -l => Print config details including filters (this will exit program after done).\n" \
"--help -h => Print help menu.\n");