summaryrefslogtreecommitdiff
path: root/deps/npm/docs/output/commands/npm-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/docs/output/commands/npm-config.html')
-rw-r--r--deps/npm/docs/output/commands/npm-config.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/docs/output/commands/npm-config.html b/deps/npm/docs/output/commands/npm-config.html
index 33195d8d03..d4c8bb541a 100644
--- a/deps/npm/docs/output/commands/npm-config.html
+++ b/deps/npm/docs/output/commands/npm-config.html
@@ -172,7 +172,7 @@ of the user and global npmrc files.</p>
npm set key=value [key=value...]
</code></pre>
<p>Sets each of the config keys to the value provided.</p>
-<p>If value is omitted, then it sets it to an empty string.</p>
+<p>If value is omitted, the key will be removed from your config file entirely.</p>
<p>Note: for backwards compatibility, <code>npm config set key value</code> is supported
as an alias for <code>npm config set key=value</code>.</p>
<h4 id="get">get</h4>