From: Namhyung Kim Date: Fri, 31 Jul 2015 15:38:22 +0000 (+0900) Subject: busctl: add missing description of --size option X-Git-Tag: v225~136^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d28ebe27f2f77264a4090ae6566d3eaa407151ea;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/libsystemd/sd-bus/busctl.c b/src/libsystemd/sd-bus/busctl.c index 2f4d977d724..8e0b374b57b 100644 --- a/src/libsystemd/sd-bus/busctl.c +++ b/src/libsystemd/sd-bus/busctl.c @@ -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"