1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 20:25:25 +03:00

main: fix typo in kernel cmdline parameters help

This commit is contained in:
Andrey Borzenkov 2010-10-26 22:04:38 +04:00 committed by Lennart Poettering
parent 0320828cac
commit 87d1969bb3

View File

@ -333,7 +333,7 @@ static int parse_proc_cmdline_word(const char *word) {
#ifdef HAVE_SYSV_COMPAT
"systemd.sysv_console=0|1 Connect output of SysV scripts to console\n"
#endif
"systemd.log_target=console|kmsg|syslog|syslog-org-kmsg|null\n"
"systemd.log_target=console|kmsg|syslog|syslog-or-kmsg|null\n"
" Log target\n"
"systemd.log_level=LEVEL Log level\n"
"systemd.log_color=0|1 Highlight important log messages\n"