Add the -o option to the usage line.

This commit is contained in:
Mike Pritchard 1996-08-21 20:54:38 +00:00
parent c993b63599
commit c200bf2b82

View File

@ -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);
}
}