diff options
Diffstat (limited to 'src/fstabinfo.c')
-rw-r--r-- | src/fstabinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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} |