summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-06-11 17:40:25 +0000
committermaxim <maxim@FreeBSD.org>2006-06-11 17:40:25 +0000
commit5c5d33a2ae977828a4802cdc278a82f12fdfb9e6 (patch)
tree8fc876805fb0ee258a656f624e71eca9a65ad3fd /usr.bin/locate
parent107ec690fc5f55eb3624510833e157d8aa71b6be (diff)
downloadFreeBSD-src-5c5d33a2ae977828a4802cdc278a82f12fdfb9e6.zip
FreeBSD-src-5c5d33a2ae977828a4802cdc278a82f12fdfb9e6.tar.gz
o Sync usage() with reality.
Diffstat (limited to 'usr.bin/locate')
-rw-r--r--usr.bin/locate/locate/locate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c
index a1883f2..64ce7f9 100644
--- a/usr.bin/locate/locate/locate.c
+++ b/usr.bin/locate/locate/locate.c
@@ -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);
OpenPOWER on IntegriCloud