aboutsummaryrefslogtreecommitdiff
path: root/toys/lsb
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-05-25 17:56:11 -0700
committerRob Landley <rob@landley.net>2017-05-26 02:01:57 -0500
commiteb7e847adcecf11cd8fd99077ba3a582abe60146 (patch)
treedbd4676b2b1b2d072cead3beefa52de3a081e820 /toys/lsb
parent8ab2d8a3fc7be48f327037c477bd58d038ea13b5 (diff)
downloadtoybox-eb7e847adcecf11cd8fd99077ba3a582abe60146.tar.gz
Be more consistent about periods in help text.
Diffstat (limited to 'toys/lsb')
-rw-r--r--toys/lsb/md5sum.c4
-rw-r--r--toys/lsb/pidof.c2
-rw-r--r--toys/lsb/seq.c2
-rw-r--r--toys/lsb/umount.c8
4 files changed, 8 insertions, 8 deletions
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
*/