From e53fa8051dec52d467a39a908adbb0472fdad677 Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Sun, 3 Dec 2017 18:38:18 +0100 Subject: [PATCH] busctl: list all short options in help text Signed-off-by: Marcus Folkesson --- src/busctl/busctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/busctl/busctl.c b/src/busctl/busctl.c index 44110b63f9b..953816c46dc 100644 --- a/src/busctl/busctl.c +++ b/src/busctl/busctl.c @@ -1733,7 +1733,7 @@ static int help(void) { " --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" + " -q --quiet Don't show method call reply\n" " --verbose Show result values in long format\n" " --expect-reply=BOOL Expect a method call reply\n" " --auto-start=BOOL Auto-start destination service\n" -- 2.47.3