X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmain.c;h=9cdbf2e896442a7885f5fa75af39970d41984c5e;hb=18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24;hp=536045591207dba61bad727ba3144c6feb66d4ea;hpb=2f198e2f36a4acc05171cc2169bc58887c42d350;p=elogind.git diff --git a/src/main.c b/src/main.c index 536045591..9cdbf2e89 100644 --- a/src/main.c +++ b/src/main.c @@ -284,7 +284,7 @@ static int parse_proc_cmdline_word(const char *word) { log_warning("Unknown kernel switch %s. Ignoring.", word); log_info("Supported kernel switches:"); - log_info("systemd.default=UNIT Default unit to start"); + log_info("systemd.unit=UNIT Default unit to start"); log_info("systemd.log_target=console|kmsg|syslog Log target"); log_info("systemd.log_level=LEVEL Log level"); log_info("systemd.dump_core=0|1 Dump core on crash"); @@ -496,7 +496,7 @@ static int help(void) { printf("%s [options]\n\n" " -h --help Show this help\n" - " --default=UNIT Set default unit\n" + " --unit=UNIT Set default unit\n" " --log-level=LEVEL Set log level\n" " --log-target=TARGET Set log target (console, syslog, kmsg, syslog-or-kmsg)\n" " --running-as=AS Set running as (init, system, session)\n"