summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-04 13:22:13 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-05 14:35:46 +0000
commitf156ad69d8415de632fcf03656be562d84182193 (patch)
tree99046498b1026cb7037f2fb52a5fd5cad4385b65
parent8ec70370eb32fb8c0f63192aff5f76e857d67c8b (diff)
downloaddefinitions-f156ad69d8415de632fcf03656be562d84182193.tar.gz
Improve docstring for "morph workspace"
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index f836bce9..2039a603 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -2024,7 +2024,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
'Command failed at repo %s: %s' % (repo, ' '.join(args)))
def workspace(self, args):
- '''Find the toplevel directory of the current workspace'''
+ '''Show the toplevel directory of the current workspace.'''
self.app.output.write('%s\n' % self.deduce_workspace())