From: Todd C. Miller Date: Mon, 11 May 2015 19:34:41 +0000 (-0600) Subject: Fix indentation of -a flag help line. X-Git-Tag: SUDO_1_8_14^2~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc7143760bc9aad94785e7df65fd7d6a650d6a3a;p=sudo Fix indentation of -a flag help line. --- diff --git a/src/parse_args.c b/src/parse_args.c index 49438da8b..f3d0aa2a5 100644 --- a/src/parse_args.c +++ b/src/parse_args.c @@ -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",