diff options
author | Tom Caputi <[email protected]> | 2019-04-14 14:03:06 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-04-14 11:03:06 -0700 |
commit | 7dcd31883299b3ee3801dd701f7a986a0af9b2f9 (patch) | |
tree | 365b53222bfe452230fdbf54f36156346bf4fbd9 /cmd | |
parent | b92f5d9f8254f726298a6ab962719fc2b68350b1 (diff) |
Cleanup nits from ab7615d92
This patch simply up cleans up a nit and corrects an error message
issue that were introduced in the Multiple DVA scrub patch.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Closes #8619
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/zinject/zinject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zinject/zinject.c b/cmd/zinject/zinject.c index 393e50a28..cff7f861a 100644 --- a/cmd/zinject/zinject.c +++ b/cmd/zinject/zinject.c @@ -1221,7 +1221,7 @@ main(int argc, char **argv) if (dvas != 0) { if (error == EACCES || error == EINVAL) { - (void) fprintf(stderr, "the '-c' option may " + (void) fprintf(stderr, "the '-C' option may " "not be used with logical data errors " "'decrypt' and 'decompress'\n"); libzfs_fini(g_zfs); |