diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-07-08 13:44:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-07-10 09:35:31 +0200 |
commit | 66f4f49c8ff9d12e95914d55b936b1638e68b2f4 (patch) | |
tree | 1914a0589c2ebee15b41188c8609b72a22679203 /man | |
parent | mount-tool: use lowercase table column names (diff) | |
download | systemd-66f4f49c8ff9d12e95914d55b936b1638e68b2f4.tar.xz systemd-66f4f49c8ff9d12e95914d55b936b1638e68b2f4.zip |
mount-tool: add support for a --json= output mode
Let's add a JSON output mode, like we have it for so many of our tools.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-mount.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/systemd-mount.xml b/man/systemd-mount.xml index 558fd03fc1..05357b06b1 100644 --- a/man/systemd-mount.xml +++ b/man/systemd-mount.xml @@ -121,6 +121,7 @@ <xi:include href="standard-options.xml" xpointer="no-pager"/> <xi:include href="standard-options.xml" xpointer="no-legend" /> <xi:include href="standard-options.xml" xpointer="no-ask-password"/> + <xi:include href="standard-options.xml" xpointer="json"/> <varlistentry> <term><option>--quiet</option></term> |