o Sync usage() with reality.

This commit is contained in:
maxim 2006-06-11 17:40:25 +00:00
parent 107ec690fc
commit 5c5d33a2ae

View File

@ -334,7 +334,7 @@ void
usage ()
{
(void)fprintf(stderr,
"usage: locate [-Scims] [-l limit] [-d database] pattern ...\n\n");
"usage: locate [-0Scims] [-l limit] [-d database] pattern ...\n\n");
(void)fprintf(stderr,
"default database: `%s' or $LOCATE_PATH\n", _PATH_FCODES);
exit(1);