diff --git a/utils/src/mkfs.c b/utils/src/mkfs.c index b4d1f77e..d01528bf 100644 --- a/utils/src/mkfs.c +++ b/utils/src/mkfs.c @@ -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)