Fix indentation of -a flag help line.

This commit is contained in:
Todd C. Miller
2015-05-11 13:34:41 -06:00
parent 6ab5994152
commit fc7143760b

View File

@@ -596,7 +596,7 @@ help(void)
sudo_lbuf_append(&lbuf, " -A, --askpass %s\n",
_("use a helper program for password prompting"));
#ifdef HAVE_BSD_AUTH_H
sudo_lbuf_append(&lbuf, " -a, --auth-type=type %s\n",
sudo_lbuf_append(&lbuf, " -a, --auth-type=type %s\n",
_("use specified BSD authentication type"));
#endif
sudo_lbuf_append(&lbuf, " -b, --background %s\n",