From 3d484acec358f98461a25f2de5889d0ce060c89c Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 26 Sep 2007 08:05:49 +0000 Subject: [PATCH] passno needs an argument --- src/fstabinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fstabinfo.c b/src/fstabinfo.c index db8d9623..bb0977db 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -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}