mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-01 05:47:04 +03:00
userdbctl: add forgotten --output mode in help
(cherry picked from commit c4651e3156463758ffde9a791197d62f76caf6ec)
This commit is contained in:
parent
aee20dfbd8
commit
4e516dcbc1
@ -685,7 +685,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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user