busctl: add missing description of --size option

The size option was to specify maximum captured patch length but was
missing its description in the command line help.  Add it.
This commit is contained in:
Namhyung Kim 2015-08-01 00:38:22 +09:00
parent c030a850ba
commit d28ebe27f2

View file

@ -1684,6 +1684,7 @@ static int help(void) {
" --acquired Only show acquired names\n"
" --activatable Only show activatable names\n"
" --match=MATCH Only show matching messages\n"
" --size=SIZE Maximum length of captured packet\n"
" --list Don't show tree, but simple object path list\n"
" --quiet Don't show method call reply\n"
" --verbose Show result values in long format\n"