Commit 3a2e2679 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: wr_date: typo in help message

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 8ba8b508
...@@ -33,7 +33,7 @@ void help(char *prgname) ...@@ -33,7 +33,7 @@ void help(char *prgname)
fprintf(stderr, "%s: Use: \"%s [<options>] <cmd> [<args>]\n", fprintf(stderr, "%s: Use: \"%s [<options>] <cmd> [<args>]\n",
prgname, prgname); prgname, prgname);
fprintf(stderr, fprintf(stderr,
" The program usss %s as default config file name\n" " The program uses %s as default config file name\n"
" -f force: run even if not on a WR switch\n" " -f force: run even if not on a WR switch\n"
" -c <cfg> configfile to use in place of the default\n" " -c <cfg> configfile to use in place of the default\n"
" -v verbose: report what the program does\n" " -v verbose: report what the program does\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment