From 385709ba6c9b7cce0b782b065b0ee0a7a7586b29 Mon Sep 17 00:00:00 2001 From: Devon Weller Date: Sun, 2 Dec 2012 06:52:07 -0600 Subject: [PATCH] Updated config command documentation. This implements issue #1377. --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 085e4c9dd..25219c77a 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -240,7 +240,7 @@ options. `$COMPOSER_HOME/config.json by` default. Without this option, this command affects the local composer.json file or a file specified by `--file`. * **-e|--editor:** Open the local composer.json file using in a text editor as -defined by the `EDITOR env variable. With the `--global` option, this opens +defined by the `EDITOR` env variable. With the `--global` option, this opens the global config file. * **--unset:** Remove the configuration element named by `setting-key`. * **-l|--list:** Show the list of current config variables. With the `--global`