From 7f34189f91a06531bb8a8a3afcb9cf88f03fdbc7 Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Tue, 14 May 2019 10:19:37 +0200 Subject: [PATCH] use full command name, not abbreviated/alias --- doc/articles/scripts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index 18417bfef..771093610 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -264,11 +264,11 @@ of all following scripts in the current terminal environment: export COMPOSER_PROCESS_TIMEOUT=0 ``` -To disable the timeout of a single script call, you must use the `run` composer +To disable the timeout of a single script call, you must use the `run-script` composer command and specify the `--timeout` parameter: ``` -composer run test --timeout=0 +composer run-script test --timeout=0 ``` ## Referencing scripts