passno needs an argument
This commit is contained in:
parent
ef0df58761
commit
3d484acec3
@ -69,7 +69,7 @@ static struct mntent *getmntfile (const char *file)
|
|||||||
static struct option longopts[] = {
|
static struct option longopts[] = {
|
||||||
{ "mountcmd", 0, NULL, 'm'},
|
{ "mountcmd", 0, NULL, 'm'},
|
||||||
{ "options", 0, NULL, 'o'},
|
{ "options", 0, NULL, 'o'},
|
||||||
{ "passno", 0, NULL, 'p'},
|
{ "passno", 1, NULL, 'p'},
|
||||||
{ "fstype", 1, NULL, 't'},
|
{ "fstype", 1, NULL, 't'},
|
||||||
longopts_COMMON
|
longopts_COMMON
|
||||||
{ NULL, 0, NULL, 0}
|
{ NULL, 0, NULL, 0}
|
||||||
|
Loading…
Reference in New Issue
Block a user