From: Zbigniew Jędrzejewski-Szmek Date: Fri, 28 Aug 2020 15:25:14 +0000 (+0200) Subject: userdbctl: add forgotten --output mode in help X-Git-Tag: v247-rc1~318^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4651e3156463758ffde9a791197d62f76caf6ec;p=thirdparty%2Fsystemd.git userdbctl: add forgotten --output mode in help --- diff --git a/src/userdb/userdbctl.c b/src/userdb/userdbctl.c index 0e3204f932a..0c135fae149 100644 --- a/src/userdb/userdbctl.c +++ b/src/userdb/userdbctl.c @@ -686,7 +686,8 @@ static int parse_argv(int argc, char *argv[]) { else if (streq(optarg, "help")) { puts("classic\n" "friendly\n" - "json"); + "json\n" + "table"); return 0; } else return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "Invalid --output= mode: %s", optarg);