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 <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Closes #8619
This commit is contained in:
Tom Caputi
2019-04-14 14:03:06 -04:00
committed by Brian Behlendorf
parent b92f5d9f82
commit 7dcd318832
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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);