Updated help menu.

This commit is contained in:
Christian Deacon
2020-05-05 13:57:49 +00:00
parent 218f1c646b
commit 6e509031e3

View File

@@ -251,6 +251,7 @@ int main(int argc, char *argv[])
{
fprintf(stdout, "Usage:\n" \
"--config -c => Config file location (default is /etc/xdpfw.conf).\n" \
"--list -l => Print config details including filters (this will exit program after done).\n" \
"--help -h => Print help menu.\n");
exit(EXIT_SUCCESS);
@@ -417,4 +418,4 @@ int main(int argc, char *argv[])
// Exit program successfully.
exit(EXIT_SUCCESS);
}
}