From 6892dcbcc019a794fa0ba422687cb9676840b71f Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 3 Jan 2019 10:23:42 -0500 Subject: [PATCH] readd -q (--quiet) --- cmd_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd_format.c b/cmd_format.c index 83246a0..26f6b08 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:fh", + "-L:U:fqh", format_opts, NULL)) != -1) switch (opt) { -- 2.39.5