summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-22 13:43:56 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-07-22 13:43:56 +0000
commitb36072a5af5947e5dbb73395d821f1a57e0ef773 (patch)
tree5c665738d43e9e748de87b165631a0c9a43e4b26 /morphlib/plugins/branch_and_merge_plugin.py
parentddfde84e9be54174a111068ac9bfee5354c134d6 (diff)
downloadmorph-b36072a5af5947e5dbb73395d821f1a57e0ef773.tar.gz
Add ARGS to the foreach argument synopsis
Diffstat (limited to 'morphlib/plugins/branch_and_merge_plugin.py')
-rw-r--r--morphlib/plugins/branch_and_merge_plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/morphlib/plugins/branch_and_merge_plugin.py b/morphlib/plugins/branch_and_merge_plugin.py
index f25e73e6..737ac463 100644
--- a/morphlib/plugins/branch_and_merge_plugin.py
+++ b/morphlib/plugins/branch_and_merge_plugin.py
@@ -85,7 +85,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
# Advanced commands
self.app.add_subcommand('foreach', self.foreach,
- arg_synopsis='-- COMMAND')
+ arg_synopsis='-- COMMAND [ARGS...]')
# Plumbing commands (FIXME: should be hidden from --help by default)
self.app.add_subcommand('workspace', self.workspace,
@@ -1998,7 +1998,7 @@ class BranchAndMergePlugin(cliapp.Plugin):
* `--` indicates the end of option processing for Morph.
* `COMMAND` is a command to run.
- * `ARG` is a command line argument or option to be passed onto
+ * `ARGS` is a list of arguments or options to be passed onto
`COMMAND`.
This runs the given `COMMAND` in each git repository belonging