Fix for "-b" option.

This commit is contained in:
pdw
2010-01-20 22:40:59 +00:00
parent f36b3ee020
commit 06a6479ca2
2 changed files with 3 additions and 1 deletions

View File

@@ -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':