[BACK]Return to sudo_usage.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Annotation of src/usr.bin/sudo/sudo_usage.h, Revision 1.2

1.1       millert     1: #ifndef _SUDO_USAGE_H
                      2: #define _SUDO_USAGE_H
                      3:
                      4: /*
                      5:  * Usage strings for sudo.  These are here because we
                      6:  * need to be able to substitute values from configure.
                      7:  */
1.2     ! millert     8: #define SUDO_USAGE1 " -h | -K | -k | -L | -V"
        !             9: #define SUDO_USAGE2 " -v [-AknS] [-a auth_type] [-p prompt]"
        !            10: #define SUDO_USAGE3 " -l[l] [-AknS] [-a auth_type] [-g groupname|#gid] [-p prompt] [-U username] [-u username|#uid] [-g groupname|#gid] [command]"
        !            11: #define SUDO_USAGE4 " [-AbEHknPS] [-a auth_type] [-C fd] [-c class|-] [-g groupname|#gid] [-p prompt] [-u username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]"
        !            12: #define SUDO_USAGE5 " -e [-AknS] [-a auth_type] [-C fd] [-c class|-] [-g groupname|#gid] [-p prompt] [-u username|#uid] file ..."
1.1       millert    13:
                     14: #endif /* _SUDO_USAGE_H */