aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/pwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/pwd.c')
-rw-r--r--toys/posix/pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/pwd.c b/toys/posix/pwd.c
index 32035924..08f39bf6 100644
--- a/toys/posix/pwd.c
+++ b/toys/posix/pwd.c
@@ -14,8 +14,8 @@ config PWD
Print working (current) directory.
- -L Use shell's path from $PWD (when applicable)
- -P Print cannonical absolute path
+ -L Use shell's path from $PWD (when applicable)
+ -P Print cannonical absolute path
*/
#define FOR_pwd