busctl: fix --help line breaks

This commit is contained in:
Lennart Poettering 2013-11-29 20:08:54 +01:00
parent 777d7a6123
commit b5dda4d84a

View file

@ -231,8 +231,8 @@ static int help(void) {
" -M --machine=CONTAINER Operate on local container\n"
" --address=ADDRESS Connect to bus specified by address\n"
" --no-unique Only show well-known names\n"
" --no-machine Don't show machine ID column in list\n\n"
" --match=MATCH Only show matching messages\n"
" --no-machine Don't show machine ID column in list\n"
" --match=MATCH Only show matching messages\n\n"
"Commands:\n"
" list List bus names\n"
" monitor [SERVICE...] Show bus traffic\n",