diff options
author | johan <johan@FreeBSD.org> | 2002-07-03 19:20:59 +0000 |
---|---|---|
committer | johan <johan@FreeBSD.org> | 2002-07-03 19:20:59 +0000 |
commit | ee3a0a0b044f223a591ad711c1cb7818215408fe (patch) | |
tree | 4c9d401f800a161ec077935adad3f756a0937f4f /usr.bin/whereis/whereis.c | |
parent | 7e4388a823be62c64ca5ebf8302f2bc7900ae6da (diff) | |
download | FreeBSD-src-ee3a0a0b044f223a591ad711c1cb7818215408fe.zip FreeBSD-src-ee3a0a0b044f223a591ad711c1cb7818215408fe.tar.gz |
compact synopsis
s/program [program ...]/program .../
s/program [...]/program .../
Approved by: sheldonh (mentor)
Diffstat (limited to 'usr.bin/whereis/whereis.c')
-rw-r--r-- | usr.bin/whereis/whereis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/whereis/whereis.c b/usr.bin/whereis/whereis.c index 27c0079..e22d412 100644 --- a/usr.bin/whereis/whereis.c +++ b/usr.bin/whereis/whereis.c @@ -119,6 +119,6 @@ void usage() { - (void)fprintf(stderr, "usage: whereis program [...]\n"); + (void)fprintf(stderr, "usage: whereis program ...\n"); exit (1); } |