From d28ebe27f2f77264a4090ae6566d3eaa407151ea Mon Sep 17 00:00:00 2001 From: Namhyung Kim Date: Sat, 1 Aug 2015 00:38:22 +0900 Subject: 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. --- src/libsystemd/sd-bus/busctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libsystemd/sd-bus/busctl.c b/src/libsystemd/sd-bus/busctl.c index 2f4d977d72..8e0b374b57 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" -- cgit v1.2.3-54-g00ecf