From c39b8978f62cbf5b693aafb5735b838b6af7b1fe Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Tue, 11 Apr 2023 11:29:30 +0900 Subject: [PATCH] busctl: add --xml-interface to the help message Signed-off-by: Masatake YAMATO --- src/busctl/busctl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/busctl/busctl.c b/src/busctl/busctl.c index 37ba05680f..90f20c05a1 100644 --- a/src/busctl/busctl.c +++ b/src/busctl/busctl.c @@ -2307,6 +2307,7 @@ static int help(void) { " --verbose Show result values in long format\n" " --json=MODE Output as JSON\n" " -j Same as --json=pretty on tty, --json=short otherwise\n" + " --xml-interface Dump the XML description in introspect command\n" " --expect-reply=BOOL Expect a method call reply\n" " --auto-start=BOOL Auto-start destination service\n" " --allow-interactive-authorization=BOOL\n"