From: W. Trevor King Date: Wed, 4 Aug 2010 12:10:04 +0000 (-0400) Subject: Add better help string to 'conditions' config section X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1a32c188d1687b766ff7c9f0ef43abd3a4e02e89;p=hooke.git Add better help string to 'conditions' config section --- diff --git a/hooke/config.py b/hooke/config.py index d43a5f4..0135f6b 100644 --- a/hooke/config.py +++ b/hooke/config.py @@ -87,7 +87,7 @@ class Setting (object): str(value).replace('\n', '\n\t'))) DEFAULT_SETTINGS = [ - Setting('conditions', help='Default environmental conditions in case they are not specified in the force curve data.'), + Setting('conditions', help='Default environmental conditions in case they are not specified in the force curve data. Configuration options in this section are available to every plugin.'), Setting('conditions', 'temperature', value='301', type='float', help='Temperature in Kelvin'), # Logging settings Setting('loggers', help='Configure loggers, see\nhttp://docs.python.org/library/logging.html#configuration-file-format', wrap=False),