diff options
author | Namhyung Kim <namhyung@gmail.com> | 2015-08-01 00:38:22 +0900 |
---|---|---|
committer | Namhyung Kim <namhyung@gmail.com> | 2015-08-01 02:20:37 +0900 |
commit | d28ebe27f2f77264a4090ae6566d3eaa407151ea (patch) | |
tree | d3fa5291d9a08a842a1cceae90e7730b63172048 /src/libsystemd/sd-bus/busctl.c | |
parent | c030a850ba59fbcdf796abfe48b2f220933c52c0 (diff) |
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.
Diffstat (limited to 'src/libsystemd/sd-bus/busctl.c')
-rw-r--r-- | src/libsystemd/sd-bus/busctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |