2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 16:55:57 +00:00

add help text to sudo, visudo and sudoreplay for the -h option

This commit is contained in:
Todd C. Miller
2011-02-21 11:33:36 -05:00
parent 7b622a8ca1
commit 59515a4a6d
7 changed files with 182 additions and 33 deletions

View File

@@ -207,7 +207,7 @@ extern struct user_details user_details;
int sudo_edit(struct command_details *details, char *argv[], char *envp[]);
/* parse_args.c */
void usage(int) __attribute__((__noreturn__));
void usage(int);
/* selinux.c */
int selinux_restore_tty(void);