From: Lennart Poettering Date: Thu, 25 Nov 2021 10:21:55 +0000 (+0100) Subject: man: "-j", not "-J" is the shortcut for JSON mode in homectl X-Git-Tag: v250-rc1~162 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a703778e9e7028ef110768f0d1e995007adf9cc;p=thirdparty%2Fsystemd.git 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 --- diff --git a/man/homectl.xml b/man/homectl.xml index 0bf4803d9a7..5ba93bbe136 100644 --- a/man/homectl.xml +++ b/man/homectl.xml @@ -128,7 +128,7 @@ FORMAT - + Controls whether to output the user record in JSON format, if the inspect command (see below) is used. Takes one of pretty, @@ -136,7 +136,7 @@ whitespace and newlines are inserted in the output to make the JSON data more readable. If short all superfluous whitespace is suppressed. If off (the default) the user information is not shown in JSON format but in a friendly human readable formatting - instead. The option picks pretty when run interactively and + instead. The option picks pretty when run interactively and short otherwise.