diff options
author | Lennart Poettering <lennart@poettering.net> | 2021-04-29 11:29:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-04-29 16:39:09 +0200 |
commit | ac8a4f6b78fe70680d3bc1704b1f85bbcbe7bb55 (patch) | |
tree | 892ae179a2bc53fe9c1a39e5148bfe9c686197dc /man/hostnamectl.xml | |
parent | hostnamed: add Describe() call to hostnamed, returning all props a JSON (diff) | |
download | systemd-ac8a4f6b78fe70680d3bc1704b1f85bbcbe7bb55.tar.xz systemd-ac8a4f6b78fe70680d3bc1704b1f85bbcbe7bb55.zip |
hostnamectl: add --json= switch for JSON output
This wraps the new Describe() bus call of hostnamed.
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index 8be8972907..ed2dabef3b 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -195,6 +195,7 @@ <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> + <xi:include href="standard-options.xml" xpointer="json" /> </variablelist> </refsect1> |