소스 검색

Merge pull request #6812 from saulwilcox-jisc/patch-1

Add 'remove' to example global commands
Jordi Boggiano 7 년 전
부모
커밋
4072d6bdb8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/03-cli.md

+ 1 - 1
doc/03-cli.md

@@ -251,7 +251,7 @@ uninstalled.
 
 ## global
 
-The global command allows you to run other commands like `install`, `require`
+The global command allows you to run other commands like `install`, `remove`, `require`
 or `update` as if you were running them from the [COMPOSER_HOME](#composer-home)
 directory.