Merge branch 'master' into 3177-collection-choose-files
[arvados.git] / doc / user / topics / run-command.html.textile.liquid
index 07f01acaebf2375908b863665ec34b99e66441a2..78f1c84aeec5a1af4e2a24ee93ea3a7b99eb1b9d 100644 (file)
@@ -167,10 +167,7 @@ Generate a list of lists, where items are grouped on common subexpression match.
         "regex": "[^a]*(a?).*"},
   "command": ["echo", {"foreach": "$(b)",
                        "var": "b_var",
-                       "command": ["--group",
-                                   {"foreach": "$(b_var)",
-                                    "var": "c_var",
-                                    "command": "$(c_var)"}]}]
+                       "command": ["--group", "$(b_var)"]}]
 }
 </pre>