summaryrefslogtreecommitdiff
path: root/morphlib/plugins/show_dependencies_plugin.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-26 16:19:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-26 16:19:03 +0100
commit17bd68f0dc622d3c6c508d366c8fa5fc00b9790b (patch)
tree13e27f1e9c183e0e200c15852bdd0c72dbae8b4b /morphlib/plugins/show_dependencies_plugin.py
parenta12988f095a5395960340d50116206e94b38441b (diff)
downloadmorph-17bd68f0dc622d3c6c508d366c8fa5fc00b9790b.tar.gz
Improve command descriptions in --help
Make sure all commands have one line of description, and reduce the size of some which had large amounts of text.
Diffstat (limited to 'morphlib/plugins/show_dependencies_plugin.py')
-rw-r--r--morphlib/plugins/show_dependencies_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/show_dependencies_plugin.py b/morphlib/plugins/show_dependencies_plugin.py
index dee84c59..13ec512a 100644
--- a/morphlib/plugins/show_dependencies_plugin.py
+++ b/morphlib/plugins/show_dependencies_plugin.py
@@ -31,7 +31,7 @@ class ShowDependenciesPlugin(cliapp.Plugin):
pass
def show_dependencies(self, args):
- '''Dumps the dependency tree of all input morphologies.'''
+ '''Dumps the dependency tree of all input morphologies'''
if not os.path.exists(self.app.settings['cachedir']):
os.mkdir(self.app.settings['cachedir'])