trim help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
f58f705c58
commit
0a8971d112
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user