busctl: remove ','; it's all one string

This commit is contained in:
Kay Sievers 2013-12-06 13:56:23 +01:00
parent 2ed4e5e0b8
commit d94fe1f177

View file

@ -282,8 +282,8 @@ static int help(void) {
" --match=MATCH Only show matching messages\n\n"
"Commands:\n"
" list List bus names\n"
" monitor [SERVICE...] Show bus traffic\n",
" status ENDPOINT Show endpoint status\n",
" monitor [SERVICE...] Show bus traffic\n"
" status ENDPOINT Show endpoint status\n"
" help Show this help\n",
program_invocation_short_name);