diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-03 10:23:42 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2019-01-03 10:23:42 -0500 |
commit | 6892dcbcc019a794fa0ba422687cb9676840b71f (patch) | |
tree | d1ab4fbaa2a2662c9846a0a8324bd0a7591bfb60 | |
parent | 825d180c0758a3f5a4dd8dd5d48d98952bf7a0ae (diff) |
readd -q (--quiet)
-rw-r--r-- | cmd_format.c | 2 |
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) { |