]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add missing newline in kinit usage message
authorAndreas Schneider <asn@samba.org>
Fri, 1 Apr 2016 07:07:29 +0000 (09:07 +0200)
committerGreg Hudson <ghudson@mit.edu>
Wed, 27 Apr 2016 19:04:59 +0000 (15:04 -0400)
There should be a newline after "options:" so that the verbose option
is aligned with other options.

ticket: 8392 (new)
target_version: 1.14-next
tags: pullup

src/clients/kinit/kinit.c

index 3653960b2d01c67141270d6856dcc7350cad3ed7..c039241d4960fdbfa51f1bb3cc7fb8d1da3b94f4 100644 (file)
@@ -179,7 +179,7 @@ usage()
             "\n\n",
             progname);
 
-    fprintf(stderr, "    options:");
+    fprintf(stderr, "    options:\n");
     fprintf(stderr, _("\t-V verbose\n"));
     fprintf(stderr, _("\t-l lifetime\n"));
     fprintf(stderr, _("\t-s start time\n"));