remove undocumented option
This commit is contained in:
@@ -116,7 +116,7 @@ int process_command_line(int argc, char **argv)
|
|||||||
/* No error output from getopt */
|
/* No error output from getopt */
|
||||||
opterr = 0;
|
opterr = 0;
|
||||||
|
|
||||||
while ((c = getopt(argc, argv, "c:O:a:p:fr:s:h")) > 0) {
|
while ((c = getopt(argc, argv, "c:a:p:fr:s:h")) > 0) {
|
||||||
char *end;
|
char *end;
|
||||||
int temp_int;
|
int temp_int;
|
||||||
|
|
||||||
@@ -124,9 +124,6 @@ int process_command_line(int argc, char **argv)
|
|||||||
case 'c':
|
case 'c':
|
||||||
configfile = strdup(optarg);
|
configfile = strdup(optarg);
|
||||||
break;
|
break;
|
||||||
case 'O':
|
|
||||||
config_read_string(progname, optarg);
|
|
||||||
break;
|
|
||||||
case 'a':
|
case 'a':
|
||||||
address = strdup(optarg);
|
address = strdup(optarg);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user