summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-04 13:17:55 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-07-05 14:35:46 +0000
commit4a082e31e38331200ca00de2d1fb696ef898c079 (patch)
treef1b93995c3cd43e313749df963ef9837842564d5
parent0d8e4d45e87f7cfa9bc41bf155fe18aa5e091a5a (diff)
downloaddefinitions-4a082e31e38331200ca00de2d1fb696ef898c079.tar.gz
Improve docstring for "morph show-system-branch"
-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 b6d9483b..9536209f 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -2015,7 +2015,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
self.app.output.write('%s\n' % self.deduce_workspace())
def show_system_branch(self, args):
- '''Print name of current system branch'''
+ '''Show the name of the current system branch.'''
branch, dirname = self.deduce_system_branch()
self.app.output.write('%s\n' % branch)