passno needs an argument

This commit is contained in:
Roy Marples 2007-09-26 08:05:49 +00:00
parent ef0df58761
commit 3d484acec3

View File

@ -69,7 +69,7 @@ static struct mntent *getmntfile (const char *file)
static struct option longopts[] = {
{ "mountcmd", 0, NULL, 'm'},
{ "options", 0, NULL, 'o'},
{ "passno", 0, NULL, 'p'},
{ "passno", 1, NULL, 'p'},
{ "fstype", 1, NULL, 't'},
longopts_COMMON
{ NULL, 0, NULL, 0}