diff options
Diffstat (limited to 'toys/pending/sh.c')
-rw-r--r-- | toys/pending/sh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/pending/sh.c b/toys/pending/sh.c index 76b4e13b..0bfd32c5 100644 --- a/toys/pending/sh.c +++ b/toys/pending/sh.c @@ -67,8 +67,8 @@ config CD Change current directory. With no arguments, go $HOME. - -P Physical path: resolve symlinks in path. - -L Local path: .. trims directories off $PWD (default). + -P Physical path: resolve symlinks in path + -L Local path: .. trims directories off $PWD (default) config EXIT bool |