passwd: shorter help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 13 May 2011 01:31:45 +0000 (03:31 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 13 May 2011 01:31:45 +0000 (03:31 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
loginutils/passwd.c

index 8c47e65ff7f8723f5137c539efb82c15f7772529..b3ce646f185a01ed73c5ee98ccda2f5b272bd371 100644 (file)
@@ -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>