cmd: avoid piggy-backing flags in the help string
[openafs.git] / src / cmd / cmd_errors.et
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3 #
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 # */
9
10 error_table CMD
11   ec CMD_EXCESSPARMS, "More than the maximum number of parameters defined"
12   ec CMD_INTERNALERROR, "Internal parsing error"
13   ec CMD_NOTLIST, "Too many values specified after a CMD_SINGLE switch"
14   ec CMD_TOOMANY, "Too many parameters specified"
15   ec CMD_USAGE, "Impossibly few aguments specified"
16   ec CMD_UNKNOWNCMD, "unrecognized or ambiguous command name"
17   ec CMD_UNKNOWNSWITCH, "unrecognized or ambiguous switch name"
18   ec CMD_AMBIG, "<unused>"
19   ec CMD_TOOFEW, "Insufficient required parameters provided"
20   ec CMD_TOOBIG, "Token too large"
21   ec CMD_MISSING, "Option not specified on command line"
22   ec CMD_BADFORMAT, "Improper format of configuration file"
23   ec CMD_HELP, "Help requested"
24 end