Copy original rev 1.2 - fix usage line to match reality.

This commit is contained in:
Peter Wemm 1998-08-04 13:09:38 +00:00
parent 1bceb5b259
commit c97fb50e13
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=38082

View File

@ -74,7 +74,7 @@ main(argc, argv)
case '?':
default:
usage:
fputs("usage: mailstats [-C cffile] [-f stfile] -o\n",
fputs("usage: mailstats [-o] [-C cffile] [-f stfile]\n",
stderr);
exit(EX_USAGE);
}