aboutsummaryrefslogtreecommitdiff
path: root/loginutils/cryptpw.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-05-12 03:14:12 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-05-12 03:14:12 +0200
commit0a8971d1121c7312d51febe7075e9b8115cc1c66 (patch)
tree32ecc7d634ad46c364342fa05901ccfc9991cdfc /loginutils/cryptpw.c
parentf58f705c5812cec5d5308ae29baceeb648d08e24 (diff)
downloadbusybox-w32-0a8971d1121c7312d51febe7075e9b8115cc1c66.tar.gz
busybox-w32-0a8971d1121c7312d51febe7075e9b8115cc1c66.tar.bz2
busybox-w32-0a8971d1121c7312d51febe7075e9b8115cc1c66.zip
trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to '')
-rw-r--r--loginutils/cryptpw.c4
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 @@
14//usage: "[OPTIONS] [PASSWORD] [SALT]" 14//usage: "[OPTIONS] [PASSWORD] [SALT]"
15/* We do support -s, we just don't mention it */ 15/* We do support -s, we just don't mention it */
16//usage:#define cryptpw_full_usage "\n\n" 16//usage:#define cryptpw_full_usage "\n\n"
17//usage: "Crypt the PASSWORD using crypt(3)\n" 17//usage: "Crypt PASSWORD using crypt(3)\n"
18//usage: "\nOptions:" 18//usage: "\nOptions:"
19//usage: IF_LONG_OPTS( 19//usage: IF_LONG_OPTS(
20//usage: "\n -P,--password-fd=N Read password from fd N" 20//usage: "\n -P,--password-fd=N Read password from fd N"
@@ -34,7 +34,7 @@
34//usage: "[OPTIONS] [PASSWORD] [SALT]" 34//usage: "[OPTIONS] [PASSWORD] [SALT]"
35/* We do support -s, we just don't mention it */ 35/* We do support -s, we just don't mention it */
36//usage:#define mkpasswd_full_usage "\n\n" 36//usage:#define mkpasswd_full_usage "\n\n"
37//usage: "Crypt the PASSWORD using crypt(3)\n" 37//usage: "Crypt PASSWORD using crypt(3)\n"
38//usage: "\nOptions:" 38//usage: "\nOptions:"
39//usage: IF_LONG_OPTS( 39//usage: IF_LONG_OPTS(
40//usage: "\n -P,--password-fd=N Read password from fd N" 40//usage: "\n -P,--password-fd=N Read password from fd N"