diff --git a/src/userdb/userdbctl.c b/src/userdb/userdbctl.c index 0e3204f932..0c135fae14 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);