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/lsb/passwd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/lsb') diff --git a/toys/lsb/passwd.c b/toys/lsb/passwd.c index 73024832..8ff010e2 100644 --- a/toys/lsb/passwd.c +++ b/toys/lsb/passwd.c @@ -12,9 +12,9 @@ config PASSWD default y depends on TOYBOX_SHADOW help - usage: passwd [-a ALGO] [-dlu] + usage: passwd [-a ALGO] [-dlu] [USER] - update user's authentication tokens. Default : current user + Update user's authentication tokens. Defaults to current user. -a ALGO Encryption method (des, md5, sha256, sha512) default: des -d Set password to '' -- cgit v1.2.3