]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
umount: fix --quiet
authorKarel Zak <kzak@redhat.com>
Mon, 10 Dec 2018 13:34:12 +0000 (14:34 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 4 Jan 2019 10:42:57 +0000 (11:42 +0100)
Addresses: https://github.com/karelzak/util-linux/commit/d5fd9ac6b208c5acdb6c0023757a7e2827474482#commitcomment-31610748
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/umount.c

index 14c45590831ce62c410f34cddb5e57459467fb39..b021088d2fa886af6bd887ff7f01e54e9ef5ee97 100644 (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) {