Skip to content
Snippets Groups Projects
Commit 2d674c67 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(usage): Added the "-f" option to the usage message.

parent ad157a09
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ safe_remove(const char *filename) ...@@ -96,7 +96,7 @@ safe_remove(const char *filename)
static void static void
usage(const char *arg0) usage(const char *arg0)
{ {
fprintf(stderr, "usage: %s [-c config-file] [ -v ] [ -V ]\n", fprintf(stderr, "usage: %s [-c config-file] [ -f ] [ -v ] [ -V ]\n",
arg0); arg0);
exit(1); exit(1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment