diff options
Diffstat (limited to 'toys/posix/pwd.c')
-rw-r--r-- | toys/posix/pwd.c | 4 |
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 |