main: DBus debug option -B was missing

It was not possible to activate DBus debugging.
This commit is contained in:
Jukka Rissanen 2015-01-23 13:38:41 +02:00 committed by Denis Kenzior
parent 63a57453da
commit 9c380ad95c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ int main(int argc, char *argv[])
for (;;) {
int opt;
opt = getopt_long(argc, argv, "S:vh", main_options, NULL);
opt = getopt_long(argc, argv, "BS:vh", main_options, NULL);
if (opt < 0)
break;