]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
busctl: add missing description of --size option
authorNamhyung Kim <namhyung@gmail.com>
Fri, 31 Jul 2015 15:38:22 +0000 (00:38 +0900)
committerNamhyung Kim <namhyung@gmail.com>
Fri, 31 Jul 2015 17:20:37 +0000 (02:20 +0900)
The size option was to specify maximum captured patch length but was
missing its description in the command line help.  Add it.

src/libsystemd/sd-bus/busctl.c

index 2f4d977d7242a4e9431c7792296671c5607a9ee7..8e0b374b57b762fdb7abbc1573574d11419dd11f 100644 (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"