aboutsummaryrefslogtreecommitdiff
path: root/util-linux/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r--util-linux/umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c
index 7063a474d..16d3dfb82 100644
--- a/util-linux/umount.c
+++ b/util-linux/umount.c
@@ -38,7 +38,7 @@ int umount_main(int argc, char **argv)
38 38
39 /* Parse any options */ 39 /* Parse any options */
40 40
41 opt = getopt32(argc, argv, OPTION_STRING, &fstype); 41 opt = getopt32(argv, OPTION_STRING, &fstype);
42 42
43 argc -= optind; 43 argc -= optind;
44 argv += optind; 44 argv += optind;