File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8481,19 +8481,19 @@ zpool_do_scrub(int argc, char **argv)
8481
8481
8482
8482
if (is_pause && is_stop ) {
8483
8483
(void ) fprintf (stderr , gettext ("invalid option "
8484
- "combination : -s and -p are mutually exclusive\n" ));
8484
+ "combination: -s and -p are mutually exclusive\n" ));
8485
8485
usage (B_FALSE );
8486
8486
} else if (is_pause && is_txg_continue ) {
8487
8487
(void ) fprintf (stderr , gettext ("invalid option "
8488
- "combination : -p and -C are mutually exclusive\n" ));
8488
+ "combination: -p and -C are mutually exclusive\n" ));
8489
8489
usage (B_FALSE );
8490
8490
} else if (is_stop && is_txg_continue ) {
8491
8491
(void ) fprintf (stderr , gettext ("invalid option "
8492
- "combination : -s and -C are mutually exclusive\n" ));
8492
+ "combination: -s and -C are mutually exclusive\n" ));
8493
8493
usage (B_FALSE );
8494
8494
} else if (is_error_scrub && is_txg_continue ) {
8495
8495
(void ) fprintf (stderr , gettext ("invalid option "
8496
- "combination : -e and -C are mutually exclusive\n" ));
8496
+ "combination: -e and -C are mutually exclusive\n" ));
8497
8497
usage (B_FALSE );
8498
8498
} else {
8499
8499
if (is_error_scrub )
You can’t perform that action at this time.
0 commit comments