From: Lennart Poettering Date: Wed, 7 Apr 2010 01:18:13 +0000 (+0200) Subject: main: small typo fix X-Git-Tag: v1~631 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=004e33b632f34c9cd802347003563d566392678f;p=elogind.git main: small typo fix --- diff --git a/main.c b/main.c index 15ed0f1e2..712c79728 100644 --- a/main.c +++ b/main.c @@ -222,7 +222,7 @@ static int help(void) { " --default=UNIT Set default unit\n" " --log-level=LEVEL Set log level\n" " --log-target=TARGET Set log target (console, syslog, kmsg)\n" - " --running-as=AS Set running as (init, system, sesstion)\n" + " --running-as=AS Set running as (init, system, session)\n" " --test Determine startup sequence, dump it and exit\n", __progname);