busctl: add --xml-interface to the help message

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This commit is contained in:
Masatake YAMATO 2023-04-11 11:29:30 +09:00
parent 1dec1c6163
commit c39b8978f6

View file

@ -2307,6 +2307,7 @@ static int help(void) {
" --verbose Show result values in long format\n" " --verbose Show result values in long format\n"
" --json=MODE Output as JSON\n" " --json=MODE Output as JSON\n"
" -j Same as --json=pretty on tty, --json=short otherwise\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" " --expect-reply=BOOL Expect a method call reply\n"
" --auto-start=BOOL Auto-start destination service\n" " --auto-start=BOOL Auto-start destination service\n"
" --allow-interactive-authorization=BOOL\n" " --allow-interactive-authorization=BOOL\n"