summaryrefslogtreecommitdiff
path: root/src/userdb
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-28 09:13:47 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-04-28 09:56:24 +0200
commit7009610ff580f1238c71e50c71029bef0b2d00a7 (patch)
tree6bb94abd006deb3110b22c20d3fa5793e1411701 /src/userdb
parent6164ec4c932da80eba76b218f17222403ed8ca23 (diff)
downloadsystemd-7009610ff580f1238c71e50c71029bef0b2d00a7.tar.gz
userdbctl: make --help fit in 80 columns
Diffstat (limited to 'src/userdb')
-rw-r--r--src/userdb/userdbctl.c32
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()