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

Diff for /src/usr.bin/sudo/Attic/sudo_usage.h.in between version 1.1 and 1.2

version 1.1, 2008/11/14 11:58:08 version 1.2, 2009/04/11 11:48:06
Line 5 
Line 5 
  * Usage strings for sudo.  These are here because we   * Usage strings for sudo.  These are here because we
  * need to be able to substitute values from configure.   * need to be able to substitute values from configure.
  */   */
 #define SUDO_USAGE1 " [-n] -h | -K | -k | -L | -V | -v"  #define SUDO_USAGE1 " -h | -K | -k | -L | -V"
 #define SUDO_USAGE2 " -l[l] [-AnS] [-g groupname|#gid] [-U username] [-u username|#uid] [-g groupname|#gid] [command]"  #define SUDO_USAGE2 " -v [-AknS] @BSDAUTH_USAGE@[-p prompt]"
 #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>]"  #define SUDO_USAGE3 " -l[l] [-AknS] @BSDAUTH_USAGE@[-g groupname|#gid] [-p prompt] [-U username] [-u username|#uid] [-g groupname|#gid] [command]"
 #define SUDO_USAGE4 " -e [-AnS] @BSDAUTH_USAGE@@SELINUX_USAGE@[-C fd] @LOGINCAP_USAGE@[-g groupname|#gid] [-p prompt] [-u username|#uid] file ..."  #define SUDO_USAGE4 " [-AbEHknPS] @BSDAUTH_USAGE@@SELINUX_USAGE@[-C fd] @LOGINCAP_USAGE@[-g groupname|#gid] [-p prompt] [-u username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]"
   #define SUDO_USAGE5 " -e [-AknS] @BSDAUTH_USAGE@@SELINUX_USAGE@[-C fd] @LOGINCAP_USAGE@[-g groupname|#gid] [-p prompt] [-u username|#uid] file ..."
   
 #endif /* _SUDO_USAGE_H */  #endif /* _SUDO_USAGE_H */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2