aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-07-03 05:55:14 +0000
committerEric Andersen <andersen@codepoet.org>2002-07-03 05:55:14 +0000
commit7f90ed4460793f51b636c54afcf8fe71fef66fa8 (patch)
tree43b9001f2d59251e198589853bfdf310d3ffeed2 /include
parent796446718d6a90754b9217989c4fbb4070686142 (diff)
downloadbusybox-7f90ed4460793f51b636c54afcf8fe71fef66fa8.tar.gz
Patch from Martin Volf <volf@dragon.cz> to fix where I had
screwed up the usage messages
Diffstat (limited to 'include')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 8e2678348..5feb3ac10 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1334,10 +1334,10 @@
"Options:\n" \
"\t-a\tDefine which algorithm shall be used for the password.\n" \
"\t\t\t(Choices: des, md5" \
- CONFIG_FEATURE_SHA1_PASSWORDS(", sha1") \
+ PASSWORD_ALG_TYPES(", sha1") \
")\n\t-d\tDelete the password for the specified user account.\n" \
"\t-l\tLocks (disables) the specified user account.\n" \
- "\t-u\tUnlocks (re-enables) the specified user account.";
+ "\t-u\tUnlocks (re-enables) the specified user account."
#define pidof_trivial_usage \
"process-name [process-name ...]"