summaryrefslogtreecommitdiff
path: root/src/login/loginctl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-12-26 20:10:01 +0100
committerLennart Poettering <lennart@poettering.net>2014-12-26 20:12:40 +0100
commit01c51934cbca705d854c3986870ca424df0cae46 (patch)
tree268b2fa24bb5c023db2592d45a1f6bc9e2fe5dac /src/login/loginctl.c
parent2520f939bae6c26425d6737fd2e285c28b9f49c8 (diff)
loginctl: reindent --help text
Diffstat (limited to 'src/login/loginctl.c')
-rw-r--r--src/login/loginctl.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/login/loginctl.c b/src/login/loginctl.c
index 8e5239c1f..cc2754451 100644
--- a/src/login/loginctl.c
+++ b/src/login/loginctl.c
@@ -1040,18 +1040,18 @@ static int terminate_seat(sd_bus *bus, char **args, unsigned n) {
static void help(void) {
printf("%s [OPTIONS...] {COMMAND} ...\n\n"
"Send control commands to or query the login manager.\n\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"
- " --no-ask-password Don't prompt for password\n"
- " -H --host=[USER@]HOST Operate on remote host\n"
- " -M --machine=CONTAINER Operate on local container\n"
- " -p --property=NAME Show only properties by this name\n"
- " -a --all Show all properties, including empty ones\n"
- " -l --full Do not ellipsize output\n"
- " --kill-who=WHO Who to send signal to\n"
- " -s --signal=SIGNAL Which signal to send\n\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"
+ " --no-ask-password Don't prompt for password\n"
+ " -H --host=[USER@]HOST Operate on remote host\n"
+ " -M --machine=CONTAINER Operate on local container\n"
+ " -p --property=NAME Show only properties by this name\n"
+ " -a --all Show all properties, including empty ones\n"
+ " -l --full Do not ellipsize output\n"
+ " --kill-who=WHO Who to send signal to\n"
+ " -s --signal=SIGNAL Which signal to send\n\n"
"Session Commands:\n"
" list-sessions List sessions\n"
" session-status ID... Show session status\n"