Updated 'Configuring Hooke' section of tutorial.txt
[hooke.git] / hooke / plugin / config.py
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__(