Skip to content

Commit

Permalink
Add absent \n at the end of the help text line
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #1545
  • Loading branch information
imp authored and behlendorf committed Jun 28, 2013
1 parent e2e229e commit 20c17b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zdb/zdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 20c17b9

Please sign in to comment.