summaryrefslogtreecommitdiffstats
path: root/bin/pwd
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-02-09 17:37:39 +0000
committerru <ru@FreeBSD.org>2005-02-09 17:37:39 +0000
commit978b8f7f1d9acca15190b3e1c3c13206ae9ff3be (patch)
treef2459cf124e940897222cf3c2d1d840dc7a981a5 /bin/pwd
parentecbdad392c9834599fff9cd2683900672354f4c0 (diff)
downloadFreeBSD-src-978b8f7f1d9acca15190b3e1c3c13206ae9ff3be.zip
FreeBSD-src-978b8f7f1d9acca15190b3e1c3c13206ae9ff3be.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/pwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index f6393cf..4baf3aa 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -97,7 +97,7 @@ void
usage(void)
{
- (void)fprintf(stderr, "usage: pwd [-LP]\n");
+ (void)fprintf(stderr, "usage: pwd [-L | -P]\n");
exit(1);
}
OpenPOWER on IntegriCloud