mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Fix format -g to create a disk group
This commit is contained in:
parent
e64e781bf1
commit
287db5472d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user