The -a option should be #ifdef HAVE_BSD_AUTH_H, not -A.

This commit is contained in:
Todd C. Miller
2012-11-06 11:00:22 -05:00
parent 0586a5e28a
commit e6207003b1

View File

@@ -535,12 +535,12 @@ help(void)
usage(0); usage(0);
lbuf_append(&lbuf, _("\nOptions:\n")); lbuf_append(&lbuf, _("\nOptions:\n"));
#ifdef HAVE_BSD_AUTH_H
lbuf_append(&lbuf, " -A %s", lbuf_append(&lbuf, " -A %s",
_("use helper program for password prompting\n")); _("use helper program for password prompting\n"));
#endif #ifdef HAVE_BSD_AUTH_H
lbuf_append(&lbuf, " -a type %s", lbuf_append(&lbuf, " -a type %s",
_("use specified BSD authentication type\n")); _("use specified BSD authentication type\n"));
#endif
lbuf_append(&lbuf, " -b %s", lbuf_append(&lbuf, " -b %s",
_("run command in the background\n")); _("run command in the background\n"));
lbuf_append(&lbuf, " -C fd %s", lbuf_append(&lbuf, " -C fd %s",