mirror of
https://github.com/composer/composer
synced 2025-05-11 09:32:55 +00:00
typo
I see, that exist a typo error.
This commit is contained in:
parent
c29f3c698e
commit
ed590de8dd
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ You can add a repository to the global config.json file by passing in the
|
|||
|
||||
To edit the file in an external editor:
|
||||
|
||||
<comment>%command.full_name% --edit</comment>
|
||||
<comment>%command.full_name% --editor</comment>
|
||||
|
||||
To choose your editor you can set the "EDITOR" env variable.
|
||||
|
||||
|
@ -87,7 +87,7 @@ To get a list of configuration values in the file:
|
|||
You can always pass more than one option. As an example, if you want to edit the
|
||||
global config.json file.
|
||||
|
||||
<comment>%command.full_name% --edit --global</comment>
|
||||
<comment>%command.full_name% --editor --global</comment>
|
||||
EOT
|
||||
)
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue