diff options
author | Cyril Plisko <[email protected]> | 2013-06-24 09:10:56 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-06-28 11:26:41 -0700 |
commit | 20c17b96c91f1231c59009236afd4277cbc253a8 (patch) | |
tree | 3ff43040dc7fb0751ce5602e3b97fd5eefc13a67 | |
parent | e2e229eb180fce8a67ba62c0e404d47e82c4c24d (diff) |
Add absent \n at the end of the help text line
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #1545
-rw-r--r-- | cmd/zdb/zdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index 3eaab03fe..42c51e292 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -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"); |