From: Cyril Plisko Date: Mon, 24 Jun 2013 06:10:56 +0000 (+0300) Subject: Add absent \n at the end of the help text line X-Git-Url: https://git.camperquake.de/gitweb.cgi?p=zfs.git;a=commitdiff_plain;h=20c17b96c91f1231c59009236afd4277cbc253a8 Add absent \n at the end of the help text line Signed-off-by: Brian Behlendorf Issue #1545 --- diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index 3eaab03..42c51e2 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -164,7 +164,7 @@ usage(void) (void) fprintf(stderr, " -t -- highest txg to use when " "searching for uberblocks\n"); (void) fprintf(stderr, " -M -- " - "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");