summaryrefslogtreecommitdiff
path: root/man/homectl.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-11-25 11:21:55 +0100
committerLennart Poettering <lennart@poettering.net>2021-11-25 12:09:46 +0100
commit2a703778e9e7028ef110768f0d1e995007adf9cc (patch)
tree1098609c8137d0c9847ad825828867509c786f0c /man/homectl.xml
parentc8e16339f1d396d17c93977f68e674f39ca73d6f (diff)
downloadsystemd-2a703778e9e7028ef110768f0d1e995007adf9cc.tar.gz
man: "-j", not "-J" is the shortcut for JSON mode in homectl
The code and --help text got this right, hence fix the man page
Diffstat (limited to 'man/homectl.xml')
-rw-r--r--man/homectl.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/homectl.xml b/man/homectl.xml
index 0bf4803d9a..5ba93bbe13 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -128,7 +128,7 @@
<varlistentry>
<term><option>--json=</option><replaceable>FORMAT</replaceable></term>
- <term><option>-J</option></term>
+ <term><option>-j</option></term>
<listitem><para>Controls whether to output the user record in JSON format, if the
<command>inspect</command> command (see below) is used. Takes one of <literal>pretty</literal>,
@@ -136,7 +136,7 @@
whitespace and newlines are inserted in the output to make the JSON data more readable. If
<literal>short</literal> all superfluous whitespace is suppressed. If <literal>off</literal> (the
default) the user information is not shown in JSON format but in a friendly human readable formatting
- instead. The <option>-J</option> option picks <literal>pretty</literal> when run interactively and
+ instead. The <option>-j</option> option picks <literal>pretty</literal> when run interactively and
<literal>short</literal> otherwise.</para></listitem>
</varlistentry>