]> 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)
committerTom Yu <tlyu@mit.edu>
Tue, 5 Jul 2016 21:53:43 +0000 (17:53 -0400)
There should be a newline after "options:" so that the verbose option
is aligned with other options.

(cherry picked from commit b8875152ea7d54eb77b0e83692cd6e803bd34214)

ticket: 8392
version_fixed: 1.13.6
tags: -pullup
status: resolved

src/clients/kinit/kinit.c

index c442c5371bfe6a10be2b8e045da2028bdea9c1bd..eba36b90f80bee7e70e6630c606728c12d9e2ded 100644 (file)
@@ -209,7 +209,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"));