userdbctl: add forgotten --output mode in help

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-08-28 17:25:14 +02:00
parent 52d3fbc83f
commit c4651e3156
1 changed files with 2 additions and 1 deletions

View File

@ -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);