diff options
author | Roy Marples <roy@marples.name> | 2007-09-25 22:50:27 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-25 22:50:27 +0000 |
commit | 8ce7911f106bbfa97f8f23d033b3aa22c45c5665 (patch) | |
tree | 33f61053e044e7ef748c00351ccbaa951a850298 /src/fstabinfo.c | |
parent | cc3c5ad11108c357a526845d4231a1e22aa5e8c2 (diff) |
Fix short opts
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 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'}, |