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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/lsb/md5sum.c') 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" -- cgit v1.2.3