diff options
author | Elliott Hughes <enh@google.com> | 2019-03-02 11:21:25 -0800 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-02 14:12:24 -0600 |
commit | d588ba74439604cf29100aec7cd1da640a5d6fe5 (patch) | |
tree | 458245b19a5af436925a238da9d779a038dcf968 /toys/lsb | |
parent | b8001d13a68b1b05bff7008fd657af0563890d3f (diff) | |
download | toybox-d588ba74439604cf29100aec7cd1da640a5d6fe5.tar.gz |
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.
Diffstat (limited to 'toys/lsb')
-rw-r--r-- | toys/lsb/passwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
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] <account name> + 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 '' |