From 8ce7911f106bbfa97f8f23d033b3aa22c45c5665 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Sep 2007 22:50:27 +0000 Subject: Fix short opts --- src/fstabinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}, -- cgit v1.2.3