]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdbctl: add forgotten --output mode in help
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Aug 2020 15:25:14 +0000 (17:25 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 1 Sep 2020 08:48:10 +0000 (10:48 +0200)
src/userdb/userdbctl.c

index 0e3204f932af650f314b53fa4e362682cd6741ca..0c135fae149ebdc0628ade44c8bc368648a23a66 100644 (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);