summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
diff options
context:
space:
mode:
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) {