Patch from Martin Volf <volf@dragon.cz> to fix where I had
authorEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 05:55:14 +0000 (05:55 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 3 Jul 2002 05:55:14 +0000 (05:55 -0000)
screwed up the usage messages

include/usage.h

index 8e267834802f0ceba3f49076f50ad15ab63a5f0c..5feb3ac10202751f57d78a506351ba2db5b4f586 100644 (file)
        "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 ...]"