Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-08-30 04:23:04 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-08-30 04:28:47 +0400
commit66c7423b7fb07a326b83c83727879410d43c439f (patch)
treeced27f4497ea134d679afc3ed6f3308fa133f5b2 /doc
parent0dc6a07c778071c94c2251429c7d107e88a45095 (diff)
npmconf@2.0.7
Support -C as an alias for --prefix.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/npm-config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/misc/npm-config.md b/doc/misc/npm-config.md
index e3f462a29..8b5ae12c0 100644
--- a/doc/misc/npm-config.md
+++ b/doc/misc/npm-config.md
@@ -50,6 +50,7 @@ The following shorthands are parsed on the command-line:
* `-dd`, `--verbose`: `--loglevel verbose`
* `-ddd`: `--loglevel silly`
* `-g`: `--global`
+* `-C`: `--prefix`
* `-l`: `--long`
* `-m`: `--message`
* `-p`, `--porcelain`: `--parseable`