X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmain.c;h=799184e46029b3ccf51f825fc151eee298cb4741;hb=2e33c4331f9f1169645e4b2e9c7c8861454f6b51;hp=db2a767818364458c3268739ac7493b3f85e859b;hpb=bb00e604097fba830af1dc078d78aff278dfcd37;p=elogind.git diff --git a/src/main.c b/src/main.c index db2a76781..799184e46 100644 --- a/src/main.c +++ b/src/main.c @@ -536,7 +536,7 @@ static int parse_argv(int argc, char *argv[]) { static int help(void) { - printf("%s [options]\n\n" + printf("%s [OPTIONS...]\n\n" "Starts up and maintains the system or a session.\n\n" " -h --help Show this help\n" " --unit=UNIT Set default unit\n" @@ -547,7 +547,7 @@ static int help(void) { " --introspect[=INTERFACE] Extract D-Bus interface data\n" " --log-level=LEVEL Set log level\n" " --log-target=TARGET Set log target (console, syslog, kmsg, syslog-or-kmsg, null)\n" - " --log-color[=0|1] Highlight import log messages\n" + " --log-color[=0|1] Highlight important log messages\n" " --log-location[=0|1] Include code location in log messages\n", program_invocation_short_name);