Explorar o código

flag should come before script name

Rob Bast %!s(int64=5) %!d(string=hai) anos
pai
achega
d63bf33848
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/articles/scripts.md

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