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
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-08-26 06:38:08 +0400
committerisaacs <i@izs.me>2010-08-26 06:38:08 +0400
commitfcd9f2b5bfaaf00b0128310064f3da524d12a4b9 (patch)
tree270d3d4691f8a485ed4288917f8164d48b02fd72
parent3031f3fb0732fa20a2a39a5edfc6206454a67fcb (diff)
Document "gzip" config
-rw-r--r--doc/config.md6
-rw-r--r--man/config.16
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/config.md b/doc/config.md
index c2649e257..e143dc6e9 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -193,3 +193,9 @@ Note that devDependencies are *always* installed when linking a package.
Default: env.TAR or "tar"
The name of a GNU-compatible tar program on your system.
+
+### gzip
+
+Default: env.GZIP or "gzip"
+
+The name of a GNU-compatible gzip program on your system.
diff --git a/man/config.1 b/man/config.1
index 5289b83a6..ce08dddf2 100644
--- a/man/config.1
+++ b/man/config.1
@@ -247,3 +247,9 @@ Default: env\.TAR or "tar"
.
.P
The name of a GNU\-compatible tar program on your system\.
+.
+.SS "gzip"
+Default: env\.GZIP or "gzip"
+.
+.P
+The name of a GNU\-compatible gzip program on your system\.