Fix short opts
This commit is contained in:
@ -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'},
|
||||||
|
Reference in New Issue
Block a user