Add absent \n at the end of the help text line
authorCyril Plisko <cyril.plisko@mountall.com>
Mon, 24 Jun 2013 06:10:56 +0000 (09:10 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 28 Jun 2013 18:26:41 +0000 (11:26 -0700)
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #1545

cmd/zdb/zdb.c

index 3eaab03..42c51e2 100644 (file)
@@ -164,7 +164,7 @@ usage(void)
        (void) fprintf(stderr, "        -t <txg> -- highest txg to use when "
            "searching for uberblocks\n");
        (void) fprintf(stderr, "        -M <number of inflight I/Os> -- "
-           "specify the maximum number of checksumming I/Os [default is 200]");
+           "specify the maximum number of checksumming I/Os [default is 200]\n");
        (void) fprintf(stderr, "Specify an option more than once (e.g. -bb) "
            "to make only that option verbose\n");
        (void) fprintf(stderr, "Default is to dump everything non-verbosely\n");