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" \ fprintf(stdout, "Usage:\n" \
"--config -c => Config file location (default is /etc/xdpfw.conf).\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"); "--help -h => Print help menu.\n");
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);