Fixes to -n and -N options.
This commit is contained in:
@@ -4,6 +4,10 @@ $Id$
|
||||
Attributions apply to all preceding items up to the next blank line.
|
||||
Unattributed items are by Paul Warren and Chris Lightfoot.
|
||||
|
||||
0.16
|
||||
* Fixed behaviour of -n and -N options
|
||||
Klaus Sperner <klaus@heaven.escape.de>
|
||||
|
||||
0.15 10/11/03
|
||||
* Added linear bar scales (default) ("L")
|
||||
* Added fixed upper limit for bandwidth
|
||||
|
||||
@@ -269,11 +269,11 @@ void options_read_args(int argc, char **argv) {
|
||||
exit(0);
|
||||
|
||||
case 'n':
|
||||
config_set_string("dns-resolution","true");
|
||||
config_set_string("dns-resolution","false");
|
||||
break;
|
||||
|
||||
case 'N':
|
||||
config_set_string("port-resolution","true");
|
||||
config_set_string("port-resolution","false");
|
||||
break;
|
||||
|
||||
case 'i':
|
||||
|
||||
Reference in New Issue
Block a user