summaryrefslogtreecommitdiff
path: root/cliapp/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'cliapp/settings.py')
-rw-r--r--cliapp/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cliapp/settings.py b/cliapp/settings.py
index 969600b..f05f11e 100644
--- a/cliapp/settings.py
+++ b/cliapp/settings.py
@@ -329,6 +329,7 @@ class Settings(object):
self.string(['log'],
'write log entries to FILE (default is to not write log '
'files at all); use "syslog" to log to system log, '
+ '"stderr" to log to the standard error output, '
'or "none" to disable logging',
metavar='FILE', group=log_group_name)
self.choice(['log-level'],