diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-12 03:14:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-05-12 03:14:12 +0200 |
commit | 0a8971d1121c7312d51febe7075e9b8115cc1c66 (patch) | |
tree | 32ecc7d634ad46c364342fa05901ccfc9991cdfc /loginutils | |
parent | f58f705c5812cec5d5308ae29baceeb648d08e24 (diff) | |
download | busybox-0a8971d1121c7312d51febe7075e9b8115cc1c66.tar.gz |
trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/cryptpw.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index 72388c492..bbaa858da 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c @@ -14,7 +14,7 @@ //usage: "[OPTIONS] [PASSWORD] [SALT]" /* We do support -s, we just don't mention it */ //usage:#define cryptpw_full_usage "\n\n" -//usage: "Crypt the PASSWORD using crypt(3)\n" +//usage: "Crypt PASSWORD using crypt(3)\n" //usage: "\nOptions:" //usage: IF_LONG_OPTS( //usage: "\n -P,--password-fd=N Read password from fd N" @@ -34,7 +34,7 @@ //usage: "[OPTIONS] [PASSWORD] [SALT]" /* We do support -s, we just don't mention it */ //usage:#define mkpasswd_full_usage "\n\n" -//usage: "Crypt the PASSWORD using crypt(3)\n" +//usage: "Crypt PASSWORD using crypt(3)\n" //usage: "\nOptions:" //usage: IF_LONG_OPTS( //usage: "\n -P,--password-fd=N Read password from fd N" |