mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-09 05:13:18 +00:00
Fix --quorum-count typo in mkfs error message
The change from --quorum-count to --quorum-slot forgot to update a mention of the option in an error message in mkfs when it wasn't provided. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -517,7 +517,7 @@ static int parse_opt(int key, char *arg, struct argp_state *state)
|
||||
break;
|
||||
case ARGP_KEY_FINI:
|
||||
if (!args->nr_slots)
|
||||
argp_error(state, "must specify at least one quorum slot with --quorum-count|-Q");
|
||||
argp_error(state, "must specify at least one quorum slot with --quorum-slot|-Q");
|
||||
if (!args->meta_device)
|
||||
argp_error(state, "no metadata device argument given");
|
||||
if (!args->data_device)
|
||||
|
||||
Reference in New Issue
Block a user