man pages get built in the build- directories
[debian/sudo] / sudo_usage.h.in
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] @BSDAUTH_USAGE@@SELINUX_USAGE@[-C fd] @LOGINCAP_USAGE@[-g groupname|#gid] [-p prompt] [-u username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]"
11 #define SUDO_USAGE4 " -e [-AnS] @BSDAUTH_USAGE@@SELINUX_USAGE@[-C fd] @LOGINCAP_USAGE@[-g groupname|#gid] [-p prompt] [-u username|#uid] file ..."
12
13 #endif /* _SUDO_USAGE_H */