trim help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 12 May 2011 01:14:12 +0000 (03:14 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 12 May 2011 01:14:12 +0000 (03:14 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
loginutils/cryptpw.c

index 72388c492c9cf0b256cfd4c4ca0fcc0fae32d110..bbaa858dafa2b1c1d72783e57f60ef0c1be49369 100644 (file)
@@ -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"