1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00

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"
" --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"