summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Schlueter <schlueter.tim@linux.com>2019-01-13 14:25:10 -0800
committerTim Schlueter <schlueter.tim@linux.com>2019-01-13 18:53:37 -0800
commit287db5472d67b27c28abad33200c27cebc06ca20 (patch)
tree8957ff7a7ddf3c9e5b6f7f6f28b85d3313251ebb
parente64e781bf1fea2f0baecedc44fd390fc5ce5ad59 (diff)
Fix format -g to create a disk group
-rw-r--r--cmd_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c
index bf175581..cffb8dc1 100644
--- a/cmd_format.c
+++ b/cmd_format.c
@@ -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) {