From eb7e847adcecf11cd8fd99077ba3a582abe60146 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 25 May 2017 17:56:11 -0700 Subject: Be more consistent about periods in help text. --- toys/pending/sh.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/pending/sh.c') 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 -- cgit v1.2.3