[git commit] trim help text

Denys Vlasenko vda.linux at googlemail.com
Thu May 12 01:14:12 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=0a8971d1121c7312d51febe7075e9b8115cc1c66
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 loginutils/cryptpw.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c
index 72388c4..bbaa858 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"
-- 
1.7.3.4



More information about the busybox-cvs mailing list