krb5 commit: Add missing newline in kinit usage message

Greg Hudson ghudson at mit.edu
Wed Apr 27 17:02:12 EDT 2016


https://github.com/krb5/krb5/commit/b8875152ea7d54eb77b0e83692cd6e803bd34214
commit b8875152ea7d54eb77b0e83692cd6e803bd34214
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Apr 1 09:07:29 2016 +0200

    Add missing newline in kinit usage message
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/clients/kinit/kinit.c b/src/clients/kinit/kinit.c
index 3653960..c039241 100644
--- a/src/clients/kinit/kinit.c
+++ b/src/clients/kinit/kinit.c
@@ -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"));


More information about the cvs-krb5 mailing list