Fix short opts

This commit is contained in:
Roy Marples 2007-09-25 22:50:27 +00:00
parent cc3c5ad111
commit 8ce7911f10

View File

@ -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'},