diff options
Diffstat (limited to 'util-linux/umount.c')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 7063a47..16d3dfb 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -38,7 +38,7 @@ int umount_main(int argc, char **argv) /* Parse any options */ - opt = getopt32(argc, argv, OPTION_STRING, &fstype); + opt = getopt32(argv, OPTION_STRING, &fstype); argc -= optind; argv += optind; |