diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-28 09:13:47 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-28 09:56:24 +0200 |
commit | 7009610ff580f1238c71e50c71029bef0b2d00a7 (patch) | |
tree | 6bb94abd006deb3110b22c20d3fa5793e1411701 /src/userdb | |
parent | meson: modernize indentation (diff) | |
download | systemd-7009610ff580f1238c71e50c71029bef0b2d00a7.tar.xz systemd-7009610ff580f1238c71e50c71029bef0b2d00a7.zip |
userdbctl: make --help fit in 80 columns
Diffstat (limited to 'src/userdb')
-rw-r--r-- | src/userdb/userdbctl.c | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/userdb/userdbctl.c b/src/userdb/userdbctl.c index 947444cc00..4b5eb34ca6 100644 --- a/src/userdb/userdbctl.c +++ b/src/userdb/userdbctl.c @@ -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() |