Fix short opts
This commit is contained in:
parent
cc3c5ad111
commit
8ce7911f10
@ -65,7 +65,7 @@ static struct mntent *getmntfile (const char *file)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "_usage.h"
|
#include "_usage.h"
|
||||||
#define getoptstring "m:o:p:t:" getoptstring_COMMON
|
#define getoptstring "mop:t:" getoptstring_COMMON
|
||||||
static struct option longopts[] = {
|
static struct option longopts[] = {
|
||||||
{ "mountcmd", 0, NULL, 'm'},
|
{ "mountcmd", 0, NULL, 'm'},
|
||||||
{ "options", 0, NULL, 'o'},
|
{ "options", 0, NULL, 'o'},
|
||||||
|
Loading…
Reference in New Issue
Block a user