From 2a703778e9e7028ef110768f0d1e995007adf9cc Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 25 Nov 2021 11:21:55 +0100 Subject: [PATCH] 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 --- man/homectl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3