summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
diff options
context:
space:
mode:
authorKarel Zak2018-12-10 14:34:12 +0100
committerKarel Zak2018-12-10 14:34:12 +0100
commit32dae768227e753061571b7ec2426d3938c2c905 (patch)
treee94491bdd552993142ef89429bdbdd9aae8d1862 /sys-utils/umount.c
parentchoom: fix negative adjust score usage (diff)
downloadkernel-qcow2-util-linux-32dae768227e753061571b7ec2426d3938c2c905.tar.gz
kernel-qcow2-util-linux-32dae768227e753061571b7ec2426d3938c2c905.tar.xz
kernel-qcow2-util-linux-32dae768227e753061571b7ec2426d3938c2c905.zip
umount: fix --quiet
Addresses: https://github.com/karelzak/util-linux/commit/d5fd9ac6b208c5acdb6c0023757a7e2827474482#commitcomment-31610748 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/umount.c')
-rw-r--r--sys-utils/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/umount.c b/sys-utils/umount.c
index 14c455908..b021088d2 100644
--- a/sys-utils/umount.c
+++ b/sys-utils/umount.c
@@ -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) {