[git commit] passwd: shorter help text

Denys Vlasenko vda.linux at googlemail.com
Fri May 13 01:31:45 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=3a240212d9133d7d8a4462e0410380c4eaf91c90
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

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

diff --git a/loginutils/passwd.c b/loginutils/passwd.c
index 8c47e65..b3ce646 100644
--- a/loginutils/passwd.c
+++ b/loginutils/passwd.c
@@ -6,13 +6,13 @@
 //usage:#define passwd_trivial_usage
 //usage:       "[OPTIONS] [USER]"
 //usage:#define passwd_full_usage "\n\n"
-//usage:       "Change USER's password. If no USER is specified,\n"
-//usage:       "changes the password for the current user.\n"
+//usage:       "Change USER's password (default: current user)"
+//usage:     "\n"
 //usage:     "\nOptions:"
 //usage:     "\n	-a ALG	Encryption method"
-//usage:     "\n	-d	Delete password for the account"
+//usage:     "\n	-d	Set password to ''"
 //usage:     "\n	-l	Lock (disable) account"
-//usage:     "\n	-u	Unlock (re-enable) account"
+//usage:     "\n	-u	Unlock (enable) account"
 
 #include "libbb.h"
 #include <syslog.h>
-- 
1.7.3.4



More information about the busybox-cvs mailing list