From d588ba74439604cf29100aec7cd1da640a5d6fe5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:21:25 -0800 Subject: Improve help consistency. More consistent tense, capitalization, and punctuation. A few commands were missing an introductory line, so I copied those from the first comment line. --- toys/other/mkswap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/other/mkswap.c') diff --git a/toys/other/mkswap.c b/toys/other/mkswap.c index 49e0b942..3106ea8e 100644 --- a/toys/other/mkswap.c +++ b/toys/other/mkswap.c @@ -10,7 +10,7 @@ config MKSWAP help usage: mkswap [-L LABEL] DEVICE - Sets up a Linux swap area on a device or file. + Set up a Linux swap area on a device or file. */ #define FOR_mkswap -- cgit v1.2.3