summaryrefslogtreecommitdiff
path: root/morphlib/plugins/branch_and_merge_plugin.py
diff options
context:
space:
mode:
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