From ff78f87f9b2aae9a5e2e88612fb0c07061919d11 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 3 Mar 2013 08:34:56 +0100 Subject: Fix typo in --log-level help text --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index f51e066..b0ad607 100644 --- a/src/config.c +++ b/src/config.c @@ -532,7 +532,7 @@ static void count_peers(fastd_context_t *ctx, fastd_config_t *conf) { OPTION_ARG(option_user, "--user", "", "Sets the user to run fastd as") \ OPTION_ARG(option_group, "--group", "", "Sets the group to run fastd as") \ OPTION_ARG(option_pid_file, "--pid-file", "", "Writes fastd's PID to the specified file") \ - OPTION_ARG(option_log_level, "--log-level", "error|warn|info|verbose|debug", "Sets the stderr log level; default is info, if no alternative log destination ist configured") \ + OPTION_ARG(option_log_level, "--log-level", "error|warn|info|verbose|debug", "Sets the stderr log level; default is info, if no alternative log destination is configured") \ OPTION_ARG(option_syslog_level, "--syslog-level", "error|warn|info|verbose|debug", "Sets the log level for syslog output; default is not to use syslog") \ OPTION_ARG(option_syslog_ident, "--syslog-ident", "", "Sets the syslog identification; default is 'fastd'") \ OPTION_ARG(option_config, "--config" OR "-c", "", "Loads a config file") \ -- cgit v1.2.3