[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.1

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:  */
        !             8: #define SUDO_USAGE1 " [-n] -h | -K | -k | -L | -V | -v"
        !             9: #define SUDO_USAGE2 " -l[l] [-AnS] [-g groupname|#gid] [-U username] [-u username|#uid] [-g groupname|#gid] [command]"
        !            10: #define SUDO_USAGE3 " [-AbEHnPS] [-a auth_type] [-C fd] [-c class|-] [-g groupname|#gid] [-p prompt] [-u username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]"
        !            11: #define SUDO_USAGE4 " -e [-AnS] [-a auth_type] [-C fd] [-c class|-] [-g groupname|#gid] [-p prompt] [-u username|#uid] file ..."
        !            12:
        !            13: #endif /* _SUDO_USAGE_H */