Parcourir la source

use full command name, not abbreviated/alias

Rob Bast il y a 5 ans
Parent
commit
7f34189f91
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      doc/articles/scripts.md

+ 2 - 2
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