From d63bf33848f396c58c5e0de834cf15f9d7094b95 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Tue, 14 May 2019 10:20:32 +0200 Subject: [PATCH] flag should come before script name --- doc/articles/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 771093610..9516b82bc 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -268,7 +268,7 @@ To disable the timeout of a single script call, you must use the `run-script` co command and specify the `--timeout` parameter: ``` -composer run-script test --timeout=0 +composer run-script --timeout=0 test ``` ## Referencing scripts