Bug 591 - long option --nodaemon not working

This commit is contained in:
Mark Riddoch
2014-11-06 16:58:14 +00:00
parent 897fc3f117
commit df9502bc38

View File

@ -141,7 +141,7 @@ const char *progname = NULL;
static struct option long_options[] = {
{"homedir", required_argument, 0, 'c'},
{"config", required_argument, 0, 'f'},
{"nodeamon", required_argument, 0, 'd'},
{"nodaemon", no_argument, 0, 'd'},
{"log", required_argument, 0, 'l'},
{"version", no_argument, 0, 'v'},
{"help", no_argument, 0, '?'},