diff options
author | Masatake YAMATO <yamato@redhat.com> | 2023-04-11 04:29:30 +0200 |
---|---|---|
committer | Masatake YAMATO <yamato@redhat.com> | 2023-04-11 04:45:26 +0200 |
commit | c39b8978f62cbf5b693aafb5735b838b6af7b1fe (patch) | |
tree | 4c446ef6d157d0138a4da944fc0f4bf423e724c0 /src/busctl | |
parent | Merge pull request #27182 from mrc0mmand/test-tweaks (diff) | |
download | systemd-c39b8978f62cbf5b693aafb5735b838b6af7b1fe.tar.xz systemd-c39b8978f62cbf5b693aafb5735b838b6af7b1fe.zip |
busctl: add --xml-interface to the help message
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Diffstat (limited to 'src/busctl')
-rw-r--r-- | src/busctl/busctl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |