diff options
-rw-r--r-- | util-linux/umount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index a6405dfcc..b45cd8a6b 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -81,8 +81,8 @@ static struct mntent *getmntent_r(FILE* stream, struct mntent* result, | |||
81 | } | 81 | } |
82 | #endif | 82 | #endif |
83 | 83 | ||
84 | /* ignored: -v -t -i */ | 84 | /* ignored: -c -v -t -i */ |
85 | #define OPTION_STRING "fldnra" "vt:i" | 85 | #define OPTION_STRING "fldnra" "cvt:i" |
86 | #define OPT_FORCE (1 << 0) // Same as MNT_FORCE | 86 | #define OPT_FORCE (1 << 0) // Same as MNT_FORCE |
87 | #define OPT_LAZY (1 << 1) // Same as MNT_DETACH | 87 | #define OPT_LAZY (1 << 1) // Same as MNT_DETACH |
88 | #define OPT_FREELOOP (1 << 2) | 88 | #define OPT_FREELOOP (1 << 2) |