]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
userdbctl: make --help fit in 80 columns
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 Apr 2020 07:13:47 +0000 (09:13 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 Apr 2020 07:56:24 +0000 (09:56 +0200)
src/userdb/userdbctl.c

index 947444cc0048d43621baecbe86d4d6fedcd0e556..4b5eb34ca6225d7a2473bae1029ce217f745e59b 100644 (file)
@@ -581,24 +581,24 @@ static int help(int argc, char *argv[], void *userdata) {
         printf("%s [OPTIONS...] COMMAND ...\n\n"
                "%sShow user and group information.%s\n"
                "\nCommands:\n"
-               "  user [USER…]                Inspect user\n"
-               "  group [GROUP…]              Inspect group\n"
-               "  users-in-group [GROUP…]     Show users that are members of specified group(s)\n"
-               "  groups-of-user [USER…]      Show groups the specified user(s) is a member of\n"
-               "  services                    Show enabled database services\n"
+               "  user [USER…]               Inspect user\n"
+               "  group [GROUP…]             Inspect group\n"
+               "  users-in-group [GROUP…]    Show users that are members of specified group(s)\n"
+               "  groups-of-user [USER…]     Show groups the specified user(s) is a member of\n"
+               "  services                   Show enabled database services\n"
                "\nOptions:\n"
-               "  -h --help                   Show this help\n"
-               "     --version                Show package version\n"
-               "     --no-pager               Do not pipe output into a pager\n"
-               "     --no-legend              Do not show the headers and footers\n"
-               "     --output=MODE            Select output mode (classic, friendly, table, json)\n"
-               "  -j                          Equivalent to --output=json\n"
+               "  -h --help                  Show this help\n"
+               "     --version               Show package version\n"
+               "     --no-pager              Do not pipe output into a pager\n"
+               "     --no-legend             Do not show the headers and footers\n"
+               "     --output=MODE           Select output mode (classic, friendly, table, json)\n"
+               "  -j                         Equivalent to --output=json\n"
                "  -s --service=SERVICE[:SERVICE…]\n"
-               "                              Query the specified service\n"
-               "     --with-nss=BOOL          Control whether to include glibc NSS data\n"
-               "  -N                          Disable inclusion of glibc NSS data and disable synthesizing\n"
-               "                              (Same as --with-nss=no --synthesize=no)\n"
-               "     --synthesize=BOOL        Synthesize root/nobody user\n"
+               "                             Query the specified service\n"
+               "     --with-nss=BOOL         Control whether to include glibc NSS data\n"
+               "  -N                         Do not synthesize or include glibc NSS data\n"
+               "                             (Same as --synthesize=no --with-nss=no)\n"
+               "     --synthesize=BOOL       Synthesize root/nobody user\n"
                "\nSee the %s for details.\n"
                , program_invocation_short_name
                , ansi_highlight(), ansi_normal()