summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorAndrey Borzenkov <arvidjaar@gmail.com>2010-10-26 22:04:38 +0400
committerLennart Poettering <lennart@poettering.net>2010-10-26 20:07:12 +0200
commit87d1969bb35564b6b5851cc9fef81c297e247306 (patch)
treee6ee1958ea2058cff522b790a4a80f4683a861dd /src/main.c
parent0320828cac4fb7b704c5dbd365979cb3ac5ba4d2 (diff)
main: fix typo in kernel cmdline parameters help
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 50325e1285..7dad015e30 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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"