From 270b640b99a4386404d65e619d52af744903724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Thu, 16 Sep 2010 18:44:11 +0200 Subject: [PATCH] Fixed adding options -n --no-mtab needed by automount --- src/lowntfs-3g.c | 2 +- src/ntfs-3g.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lowntfs-3g.c b/src/lowntfs-3g.c index 882dd076..d351d83e 100644 --- a/src/lowntfs-3g.c +++ b/src/lowntfs-3g.c @@ -4045,7 +4045,7 @@ static int parse_options(int argc, char *argv[]) { int c; - static const char *sopt = "-o:hvV"; + static const char *sopt = "-o:hnvV"; static const struct option lopt[] = { { "options", required_argument, NULL, 'o' }, { "help", no_argument, NULL, 'h' }, diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 33402a12..2946ab91 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -3993,7 +3993,7 @@ static int parse_options(int argc, char *argv[]) { int c; - static const char *sopt = "-o:hvV"; + static const char *sopt = "-o:hnvV"; static const struct option lopt[] = { { "options", required_argument, NULL, 'o' }, { "help", no_argument, NULL, 'h' },