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:
authorisaacs <i@izs.me>2011-10-13 20:35:54 +0400
committerisaacs <i@izs.me>2011-10-13 20:35:54 +0400
commit7a6f190ef560e2a8a961b7493ee5d220f0984dd2 (patch)
treee020efbc8025efe528bb481bb1e35d348d0cd670 /doc
parenta9070582e1757950d59246a5a755dce10323111e (diff)
Correct 'message' doc
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/config.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cli/config.md b/doc/cli/config.md
index 462e2299a..0178b5a4c 100644
--- a/doc/cli/config.md
+++ b/doc/cli/config.md
@@ -397,11 +397,12 @@ Show extended information in `npm ls`
### message
-* Default: null
-* Type: [null, String]
+* Default: "%s"
+* Type: String
Commit message which is used by `npm version` when creating version commit.
-When null, "version <version>" is used.
+
+Any "%s" in the message will be replaced with the version number.
### node-version