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 @@ -8443,19 +8443,19 @@ zpool_do_scrub(int argc, char **argv)
8443
8443
8444
8444
if (is_pause && is_stop ) {
8445
8445
(void ) fprintf (stderr , gettext ("invalid option "
8446
- "combination : -s and -p are mutually exclusive\n" ));
8446
+ "combination: -s and -p are mutually exclusive\n" ));
8447
8447
usage (B_FALSE );
8448
8448
} else if (is_pause && is_txg_continue ) {
8449
8449
(void ) fprintf (stderr , gettext ("invalid option "
8450
- "combination : -p and -C are mutually exclusive\n" ));
8450
+ "combination: -p and -C are mutually exclusive\n" ));
8451
8451
usage (B_FALSE );
8452
8452
} else if (is_stop && is_txg_continue ) {
8453
8453
(void ) fprintf (stderr , gettext ("invalid option "
8454
- "combination : -s and -C are mutually exclusive\n" ));
8454
+ "combination: -s and -C are mutually exclusive\n" ));
8455
8455
usage (B_FALSE );
8456
8456
} else if (is_error_scrub && is_txg_continue ) {
8457
8457
(void ) fprintf (stderr , gettext ("invalid option "
8458
- "combination : -e and -C are mutually exclusive\n" ));
8458
+ "combination: -e and -C are mutually exclusive\n" ));
8459
8459
usage (B_FALSE );
8460
8460
} else {
8461
8461
if (is_error_scrub )
You can’t perform that action at this time.
0 commit comments