From: Zbigniew Jędrzejewski-Szmek Date: Tue, 5 Apr 2022 12:10:04 +0000 (+0200) Subject: pid1: make --help output fit in 80 columns X-Git-Tag: v251-rc2~190^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03b3b55e117794701da47ec7d94b31aacb7eeb64;p=thirdparty%2Fsystemd.git pid1: make --help output fit in 80 columns --- diff --git a/src/core/main.c b/src/core/main.c index 6567cdfb280..c6e9e9b0342 100644 --- a/src/core/main.c +++ b/src/core/main.c @@ -1075,9 +1075,8 @@ static int help(void) { " -h --help Show this help\n" " --version Show version\n" " --test Determine initial transaction, dump it and exit\n" - " --system In combination with --test: operate as system service manager\n" - " --user In combination with --test: operate as per-user service manager\n" - " --no-pager Do not pipe output into a pager\n" + " --system Combined with --test: operate in system mode\n" + " --user Combined with --test: operate in user mode\n" " --dump-configuration-items Dump understood unit configuration items\n" " --dump-bus-properties Dump exposed bus properties\n" " --bus-introspect=PATH Write XML introspection data\n" @@ -1087,14 +1086,17 @@ static int help(void) { " --crash-reboot[=BOOL] Reboot on crash\n" " --crash-shell[=BOOL] Run shell on crash\n" " --confirm-spawn[=BOOL] Ask for confirmation when spawning processes\n" - " --show-status[=BOOL] Show status updates on the console during bootup\n" - " --log-target=TARGET Set log target (console, journal, kmsg, journal-or-kmsg, null)\n" - " --log-level=LEVEL Set log level (debug, info, notice, warning, err, crit, alert, emerg)\n" + " --show-status[=BOOL] Show status updates on the console during boot\n" + " --log-target=TARGET Set log target (console, journal, kmsg,\n" + " journal-or-kmsg, null)\n" + " --log-level=LEVEL Set log level (debug, info, notice, warning,\n" + " err, crit, alert, emerg)\n" " --log-color[=BOOL] Highlight important log messages\n" " --log-location[=BOOL] Include code location in log messages\n" " --log-time[=BOOL] Prefix log messages with current time\n" " --default-standard-output= Set default standard output for services\n" " --default-standard-error= Set default standard error output for services\n" + " --no-pager Do not pipe output into a pager\n" "\nSee the %s for details.\n", program_invocation_short_name, ansi_highlight(),