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 */
|
||||
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;
|
||||
int temp_int;
|
||||
|
||||
@@ -124,9 +124,6 @@ int process_command_line(int argc, char **argv)
|
||||
case 'c':
|
||||
configfile = strdup(optarg);
|
||||
break;
|
||||
case 'O':
|
||||
config_read_string(progname, optarg);
|
||||
break;
|
||||
case 'a':
|
||||
address = strdup(optarg);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user