summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 10:41:42 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-10-22 10:41:42 +0100
commit934f550549245198f9050d1d241838e5d2cc0d63 (patch)
treeb166b3e2b1a9a4076084fadd7b2d92cabca16987
parent7ec6c09f1cfe109f1a6b4a080504a2f6a1b159da (diff)
downloadmorph-934f550549245198f9050d1d241838e5d2cc0d63.tar.gz
Fix synopsis of `morph edit` command
Previously it was incorrect in the `morph help` output and in Morph's man page.
-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 d816fb90..5531f7f6 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -36,7 +36,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
self.app.add_subcommand(
'branch', self.branch, arg_synopsis='REPO NEW [OLD]')
self.app.add_subcommand(
- 'edit', self.edit, arg_synopsis='SYSTEM STRATUM [CHUNK]')
+ 'edit', self.edit, arg_synopsis='CHUNK')
self.app.add_subcommand(
'show-system-branch', self.show_system_branch, arg_synopsis='')
self.app.add_subcommand(