Updated 'Configuring Hooke' section of tutorial.txt
authorW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 18:30:42 +0000 (14:30 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 7 Aug 2010 18:30:42 +0000 (14:30 -0400)
doc/tutorial.txt
hooke/plugin/config.py

index 58cb57f3bbfb847aafbc0441a55a96265226812c..f4746b81d5d2ab85bf4ee770752487cae34cff12 100644 (file)
@@ -307,9 +307,8 @@ directory.
 Configuring Hooke
 -----------------
 
-You can set environment variables to influence the behaviour of
-Hooke. The command to use is ``set_config``.
-
-You can alter permanently the behaviour of Hooke by setting these
-variables in a Hooke configuration file.  See :doc:`config` for
-details.
+You can set environment variables to influence the behaviour of
+Hooke. The command to use is ``set_config``.  Use ``get_config`` to
+read a particular option and ``print_config`` to display the entire
+configuration file.  Any changes to the configuration will be saved
+when you exit Hooke, see :doc:`config` for details.
index b0bcf3b50619f2cdf53207b3cd7c35f8dbf7100b..aa689a9467d704a8942c54130f000fb88397924c 100644 (file)
@@ -95,7 +95,7 @@ class SetCommand (Command):
         outqueue.put(ReloadUserInterfaceConfig(hooke.config))
 
 class PrintCommand (Command):
-    """Get the current value of a configuration option.
+    """Get the current value of all configuration options.
     """
     def __init__(self, plugin):
         super(PrintCommand, self).__init__(