Add better help string to 'conditions' config section
authorW. Trevor King <wking@drexel.edu>
Wed, 4 Aug 2010 12:10:04 +0000 (08:10 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 4 Aug 2010 12:10:04 +0000 (08:10 -0400)
hooke/config.py

index d43a5f4206f29463b6001a4ecef13ba3ee0c1a76..0135f6bd35e9ca05f5ac436ed8f492436cd1597b 100644 (file)
@@ -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),