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:
Diffstat (limited to 'man1/edit.1')
-rw-r--r--man1/edit.18
1 files changed, 8 insertions, 0 deletions
diff --git a/man1/edit.1 b/man1/edit.1
index bf736a653..cda31f694 100644
--- a/man1/edit.1
+++ b/man1/edit.1
@@ -30,3 +30,11 @@ conjunction with \fBnpm bundle\fR\|\.
For instance, you can do \fBnpm bundle install connect\fR to install connect
into your package, and then \fBnpm bundle edit connect\fR to make a few
changes to your locally bundled copy\.
+.
+.SH "CONFIGURATION"
+.
+.SS "editor"
+Default: env\.EDITOR
+.
+.P
+The program to use to edit files\.