]> granicus.if.org Git - sudo/commitdiff
Fix indentation of -a flag help line.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 May 2015 19:34:41 +0000 (13:34 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 11 May 2015 19:34:41 +0000 (13:34 -0600)
src/parse_args.c

index 49438da8b580b3db3d8ca70b97676d3814645f20..f3d0aa2a5c70d26ef4546481e10417baf05ee164 100644 (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",