mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
readd -q (--quiet)
This commit is contained in:
parent
825d180c07
commit
6892dcbcc0
@ -122,7 +122,7 @@ int cmd_format(int argc, char *argv[])
|
|||||||
struct bch_opts fs_opts = bch2_parse_opts(fs_opt_strs);
|
struct bch_opts fs_opts = bch2_parse_opts(fs_opt_strs);
|
||||||
|
|
||||||
while ((opt = getopt_long(argc, argv,
|
while ((opt = getopt_long(argc, argv,
|
||||||
"-L:U:fh",
|
"-L:U:fqh",
|
||||||
format_opts,
|
format_opts,
|
||||||
NULL)) != -1)
|
NULL)) != -1)
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
|
Loading…
Reference in New Issue
Block a user