From b36072a5af5947e5dbb73395d821f1a57e0ef773 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 22 Jul 2013 13:43:56 +0000 Subject: Add ARGS to the foreach argument synopsis --- morphlib/plugins/branch_and_merge_plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'morphlib/plugins/branch_and_merge_plugin.py') 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 -- cgit v1.2.1