mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
The -a option should be #ifdef HAVE_BSD_AUTH_H, not -A.
This commit is contained in:
parent
0586a5e28a
commit
e6207003b1
@ -535,12 +535,12 @@ help(void)
|
||||
usage(0);
|
||||
|
||||
lbuf_append(&lbuf, _("\nOptions:\n"));
|
||||
#ifdef HAVE_BSD_AUTH_H
|
||||
lbuf_append(&lbuf, " -A %s",
|
||||
_("use helper program for password prompting\n"));
|
||||
#endif
|
||||
#ifdef HAVE_BSD_AUTH_H
|
||||
lbuf_append(&lbuf, " -a type %s",
|
||||
_("use specified BSD authentication type\n"));
|
||||
#endif
|
||||
lbuf_append(&lbuf, " -b %s",
|
||||
_("run command in the background\n"));
|
||||
lbuf_append(&lbuf, " -C fd %s",
|
||||
|
Loading…
x
Reference in New Issue
Block a user