summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2008-08-05 14:33:37 +0000
committerBernhard Reutner-Fischer2008-08-05 14:33:37 +0000
commita4d0cd0a31f06ebefea4bd73b8e5872452583b58 (patch)
tree955192c78de56180c47491d4966455fa7e7e1104 /include
parentf2b846e27718624e697cd87e9f4025826dea9ff2 (diff)
downloadbusybox-a4d0cd0a31f06ebefea4bd73b8e5872452583b58.zip
busybox-a4d0cd0a31f06ebefea4bd73b8e5872452583b58.tar.gz
- don't free user-supplied string (via -e)
- fix helptext (r23046 from trunk)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index ceac6d0..dcb6e34 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2916,13 +2916,13 @@
"\n -u Unlock (re-enable) account" \
#define chpasswd_trivial_usage \
- USE_GETOPT_LONG("[--md5|--encrypt]") SKIP_GETOPT_LONG("[-m|-e]")
+ USE_GETOPT_LONG("[--md5|--encrypted]") SKIP_GETOPT_LONG("[-m|-e]")
#define chpasswd_full_usage "\n\n" \
- "Read user:password information from stdin\n" \
+ "Read user:password information from stdin " \
"and update /etc/passwd accordingly.\n" \
"\nOptions:" \
USE_GETOPT_LONG( \
- "\n -e,--encrypt Supplied passwords are in encrypted form" \
+ "\n -e,--encrypted Supplied passwords are in encrypted form" \
"\n -m,--md5 Use MD5 encryption instead of DES" \
) \
SKIP_GETOPT_LONG( \