Add the -o option to the usage line.
This commit is contained in:
parent
c993b63599
commit
c200bf2b82
@ -91,7 +91,7 @@ main(argc, argv)
|
||||
case '?':
|
||||
default:
|
||||
usage:
|
||||
fputs("usage: mailstats [-C cffile] [-f stfile]\n", stderr);
|
||||
fputs("usage: mailstats [-o] [-C cffile] [-f stfile]\n", stderr);
|
||||
exit(EX_USAGE);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user