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/lsb/md5sum.c | 4 ++-- toys/lsb/pidof.c | 2 +- toys/lsb/seq.c | 2 +- toys/lsb/umount.c | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'toys/lsb') diff --git a/toys/lsb/md5sum.c b/toys/lsb/md5sum.c index 9efdc872..fbad784a 100644 --- a/toys/lsb/md5sum.c +++ b/toys/lsb/md5sum.c @@ -30,7 +30,7 @@ config MD5SUM Output one hash (32 hex digits) for each input file, followed by filename. -b brief (hash only, no filename) - -c Check each line of FILE is the same hash+filename we'd output. + -c Check each line of FILE is the same hash+filename we'd output config SHA1SUM bool "sha1sum" @@ -43,7 +43,7 @@ config SHA1SUM and 128 for sha512) for each input file, followed by filename. -b brief (hash only, no filename) - -c Check each line of FILE is the same hash+filename we'd output. + -c Check each line of FILE is the same hash+filename we'd output config SHA224SUM bool "sha224sum" diff --git a/toys/lsb/pidof.c b/toys/lsb/pidof.c index e1facfa8..40e732b5 100644 --- a/toys/lsb/pidof.c +++ b/toys/lsb/pidof.c @@ -15,7 +15,7 @@ config PIDOF Print the PIDs of all processes with the given names. - -s single shot, only return one pid. + -s single shot, only return one pid -o omit PID(s) */ diff --git a/toys/lsb/seq.c b/toys/lsb/seq.c index 0202c670..d5a6c0d1 100644 --- a/toys/lsb/seq.c +++ b/toys/lsb/seq.c @@ -19,7 +19,7 @@ config SEQ -f Use fmt_str as a printf-style floating point format string -s Use sep_str as separator, default is a newline character - -w Pad to equal width with leading zeroes. + -w Pad to equal width with leading zeroes */ #define FOR_seq diff --git a/toys/lsb/umount.c b/toys/lsb/umount.c index e6994f19..cebe2f0a 100644 --- a/toys/lsb/umount.c +++ b/toys/lsb/umount.c @@ -19,11 +19,11 @@ config UMOUNT Unmount the listed filesystems. -a Unmount all mounts in /proc/mounts instead of command line list - -D Don't free loopback device(s). - -f Force unmount. - -l Lazy unmount (detach from filesystem now, close when last user does). + -D Don't free loopback device(s) + -f Force unmount + -l Lazy unmount (detach from filesystem now, close when last user does) -n Don't use /proc/mounts - -r Remount read only if unmounting fails. + -r Remount read only if unmounting fails -t Restrict "all" to mounts of TYPE (or use "noTYPE" to skip) -v Verbose */ -- cgit v1.2.3