Fixed adding options -n --no-mtab needed by automount

PERMISSION_HANDLING_BRANCH
Jean-Pierre André 2010-09-16 18:44:11 +02:00
parent 9b129fa1dd
commit 270b640b99
2 changed files with 2 additions and 2 deletions

View File

@ -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' },

View File

@ -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' },