Fix format -g to create a disk group

This commit is contained in:
Tim Schlueter 2019-01-13 14:25:10 -08:00
parent e64e781bf1
commit 287db5472d

View File

@ -122,7 +122,7 @@ int cmd_format(int argc, char *argv[])
struct bch_opts fs_opts = bch2_parse_opts(fs_opt_strs);
while ((opt = getopt_long(argc, argv,
"-L:U:fqh",
"-L:U:g:fqh",
format_opts,
NULL)) != -1)
switch (opt) {