]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
busctl: add --xml-interface to the help message
authorMasatake YAMATO <yamato@redhat.com>
Tue, 11 Apr 2023 02:29:30 +0000 (11:29 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 11 Apr 2023 02:45:26 +0000 (11:45 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
src/busctl/busctl.c

index 37ba05680f58a1214e99d99b9c186abed3d2d094..90f20c05a16d7bf788afed85c60c65abe13507b8 100644 (file)
@@ -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"