aboutsummaryrefslogtreecommitdiff
path: root/bin/pwd/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pwd/pwd.c')
-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 f6393cf60857..4baf3aa9e3be 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);
}