diff options
author | pdw <> | 2010-01-20 22:40:59 +0000 |
---|---|---|
committer | pdw <> | 2010-01-20 22:40:59 +0000 |
commit | 06a6479ca24351d247720880daad6f4d304fc835 (patch) | |
tree | efe0ced2e47f3ff024e1326770ae61ec27acdd6f | |
parent | f36b3ee0206ab1f00cba59789b64fb34b6e92b3a (diff) | |
download | iftop-06a6479ca24351d247720880daad6f4d304fc835.zip |
Fix for "-b" option.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | options.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -15,6 +15,8 @@ Unattributed items are by Paul Warren and Chris Lightfoot. Max Alekseyev <relf@os2.ru> (via Debian) * Fix for crash on arm. Joey Hess <joeyh@debian.org> (via Debian) +* Fixed behaviour of "-b" option. + Author: Eric Cooper <ecc@cmu.edu> (via Debian) 0.17 12/02/06 * Display top scale in bytes when measuring in bytes @@ -302,7 +302,7 @@ void options_read_args(int argc, char **argv) { break; case 'b': - config_set_string("show-bars", "true"); + config_set_string("show-bars", "false"); break; case 'B': |