소스 검색

flag should come before script name

Rob Bast 5 년 전
부모
커밋
d63bf33848
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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