diff options
Diffstat (limited to 'deps/npm/man/man1/npm-completion.1')
-rw-r--r-- | deps/npm/man/man1/npm-completion.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/deps/npm/man/man1/npm-completion.1 b/deps/npm/man/man1/npm-completion.1 index ad8f911f0c..2568ca6b77 100644 --- a/deps/npm/man/man1/npm-completion.1 +++ b/deps/npm/man/man1/npm-completion.1 @@ -1,4 +1,4 @@ -.TH "NPM\-COMPLETION" "1" "August 2018" "" "" +.TH "NPM\-COMPLETION" "1" "November 2018" "" "" .SH "NAME" \fBnpm-completion\fR \- Tab Completion for npm .SH SYNOPSIS @@ -24,9 +24,10 @@ npm completion >> ~/\.zshrc .fi .RE .P -You may of course also pipe the output of npm completion to a file -such as \fB/usr/local/etc/bash_completion\.d/npm\fP if you have a system -that will read that file for you\. +You may of course also pipe the output of \fBnpm completion\fP to a file +such as \fB/usr/local/etc/bash_completion\.d/npm\fP or +\fB/etc/bash_completion\.d/npm\fP if you have a system that will read +that file for you\. .P When \fBCOMP_CWORD\fP, \fBCOMP_LINE\fP, and \fBCOMP_POINT\fP are defined in the environment, \fBnpm completion\fP acts in "plumbing mode", and outputs |