mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
userdbctl: add forgotten --output mode in help
This commit is contained in:
parent
52d3fbc83f
commit
c4651e3156
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user