Fixed adding options -n --no-mtab needed by automount
parent
9b129fa1dd
commit
270b640b99
|
@ -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' },
|
||||
|
|
|
@ -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' },
|
||||
|
|
Loading…
Reference in New Issue