diff options
-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 d41e0339..ab00cd19 100644 --- a/src/fstabinfo.c +++ b/src/fstabinfo.c @@ -65,7 +65,7 @@ static struct mntent *getmntfile (const char *file) #endif #include "_usage.h" -#define getoptstring "m:o:p:t:" getoptstring_COMMON +#define getoptstring "mop:t:" getoptstring_COMMON static struct option longopts[] = { { "mountcmd", 0, NULL, 'm'}, { "options", 0, NULL, 'o'}, |