summaryrefslogtreecommitdiff
path: root/src/notify
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-27 21:22:57 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-27 21:48:12 -0500
commitb57b06258e0b1894edb6d1fc52a80b3c33164892 (patch)
treea9be974637511b42883029792e8c376c7629a837 /src/notify
parent79ca888f5ad026b5b3844c05a80401905e64e2f0 (diff)
notify,firstboot,analyze,run: trim --help output to 80 lines
Diffstat (limited to 'src/notify')
-rw-r--r--src/notify/notify.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/notify/notify.c b/src/notify/notify.c
index 5bf901ec6..f98075d51 100644
--- a/src/notify/notify.c
+++ b/src/notify/notify.c
@@ -42,12 +42,12 @@ static bool arg_booted = false;
static void help(void) {
printf("%s [OPTIONS...] [VARIABLE=VALUE...]\n\n"
"Notify the init system about service status updates.\n\n"
- " -h --help Show this help\n"
- " --version Show package version\n"
- " --ready Inform the init system about service start-up completion\n"
- " --pid[=PID] Set main pid of daemon\n"
- " --status=TEXT Set status text\n"
- " --booted Returns 0 if the system was booted up with systemd, non-zero otherwise\n",
+ " -h --help Show this help\n"
+ " --version Show package version\n"
+ " --ready Inform the init system about service start-up completion\n"
+ " --pid[=PID] Set main pid of daemon\n"
+ " --status=TEXT Set status text\n"
+ " --booted Check if the system was booted up with systemd\n",
program_invocation_short_name);
}