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:35:54 +0400
committerisaacs <i@izs.me>2010-08-26 06:35:54 +0400
commitbef47eea79056166f0a8415d7a2814062ab6663a (patch)
treeb26ae114d5f3298c29051055e4c8796af7685614
parent6a98d327001104554600019f2de2802cda972002 (diff)
document "tar" conf
-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 7d2088661..c2649e257 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -187,3 +187,9 @@ If set to a truish value, then it'll install the "devDependencies" as well as
"dependencies" when installing a package.
Note that devDependencies are *always* installed when linking a package.
+
+### tar
+
+Default: env.TAR or "tar"
+
+The name of a GNU-compatible tar program on your system.
diff --git a/man/config.1 b/man/config.1
index 8e1e498aa..5289b83a6 100644
--- a/man/config.1
+++ b/man/config.1
@@ -241,3 +241,9 @@ If set to a truish value, then it\'ll install the "devDependencies" as well as
.
.P
Note that devDependencies are \fIalways\fR installed when linking a package\.
+.
+.SS "tar"
+Default: env\.TAR or "tar"
+.
+.P
+The name of a GNU\-compatible tar program on your system\.