aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 05:55:14 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-07-03 05:55:14 +0000
commit74011ffc4aeb6b256e3bb5f14aba4d208fb72924 (patch)
tree43b9001f2d59251e198589853bfdf310d3ffeed2
parentd20bb177fbca7eea58def8114ac3b060fb2c910d (diff)
downloadbusybox-w32-74011ffc4aeb6b256e3bb5f14aba4d208fb72924.tar.gz
busybox-w32-74011ffc4aeb6b256e3bb5f14aba4d208fb72924.tar.bz2
busybox-w32-74011ffc4aeb6b256e3bb5f14aba4d208fb72924.zip
Patch from Martin Volf <volf@dragon.cz> to fix where I had
screwed up the usage messages git-svn-id: svn://busybox.net/trunk/busybox@4996 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
1334 "Options:\n" \ 1334 "Options:\n" \
1335 "\t-a\tDefine which algorithm shall be used for the password.\n" \ 1335 "\t-a\tDefine which algorithm shall be used for the password.\n" \
1336 "\t\t\t(Choices: des, md5" \ 1336 "\t\t\t(Choices: des, md5" \
1337 CONFIG_FEATURE_SHA1_PASSWORDS(", sha1") \ 1337 PASSWORD_ALG_TYPES(", sha1") \
1338 ")\n\t-d\tDelete the password for the specified user account.\n" \ 1338 ")\n\t-d\tDelete the password for the specified user account.\n" \
1339 "\t-l\tLocks (disables) the specified user account.\n" \ 1339 "\t-l\tLocks (disables) the specified user account.\n" \
1340 "\t-u\tUnlocks (re-enables) the specified user account."; 1340 "\t-u\tUnlocks (re-enables) the specified user account."
1341 1341
1342#define pidof_trivial_usage \ 1342#define pidof_trivial_usage \
1343 "process-name [process-name ...]" 1343 "process-name [process-name ...]"