umount: fix --quiet

Addresses: d5fd9ac6b2 (commitcomment-31610748)
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2018-12-10 14:34:12 +01:00
parent c455cdb30d
commit 32dae76822
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ int main(int argc, char **argv)
mnt_context_set_tables_errcb(cxt, table_parser_errcb);
while ((c = getopt_long(argc, argv, "aAcdfhilnRrO:t:vVN:",
while ((c = getopt_long(argc, argv, "aAcdfhilnqRrO:t:vVN:",
longopts, NULL)) != -1) {