From 41b526a1f80f66e5b15b34eea321a545ce69b8a7 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 (cherry picked from commit 2a703778e9e7028ef110768f0d1e995007adf9cc) --- man/homectl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/homectl.xml b/man/homectl.xml index 8ba9e50885..f617205936 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.25.1