summaryrefslogtreecommitdiff
path: root/cmd_format.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-01-03 10:23:42 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2019-01-03 10:23:42 -0500
commit6892dcbcc019a794fa0ba422687cb9676840b71f (patch)
treed1ab4fbaa2a2662c9846a0a8324bd0a7591bfb60 /cmd_format.c
parent825d180c0758a3f5a4dd8dd5d48d98952bf7a0ae (diff)
readd -q (--quiet)
Diffstat (limited to 'cmd_format.c')
-rw-r--r--cmd_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd_format.c b/cmd_format.c
index 83246a0f..26f6b08c 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) {