diff options
Diffstat (limited to 'deps/npm/man/man1/search.1')
-rw-r--r-- | deps/npm/man/man1/search.1 | 42 |
1 files changed, 3 insertions, 39 deletions
diff --git a/deps/npm/man/man1/search.1 b/deps/npm/man/man1/search.1 index 21217986f..39985a720 100644 --- a/deps/npm/man/man1/search.1 +++ b/deps/npm/man/man1/search.1 @@ -16,46 +16,10 @@ npm search [search terms \.\.\.] .SH "DESCRIPTION" Search the registry for packages matching the search terms\. . -.SH "CONFIGURATION" -. -.SS "description" -. -.IP "\(bu" 4 -Default: true -. -.IP "\(bu" 4 -Type: Boolean -. -.IP "" 0 -. -.P -Show the description in \fBnpm search\fR -. -.SS "searchopts" -. -.IP "\(bu" 4 -Default: "" -. -.IP "\(bu" 4 -Type: String -. -.IP "" 0 -. -.P -Space\-separated options that are always passed to search\. -. -.SS "searchexclude" -. -.IP "\(bu" 4 -Default: "" -. -.IP "\(bu" 4 -Type: String -. -.IP "" 0 -. .P -Space\-separated options that limit the results from search\. +If a term starts with \fB/\fR, then it\'s interpreted as a regular expression\. +A trailing \fB/\fR will be ignored in this case\. (Note that many regular +expression characters must be escaped or quoted in most shells\.) . .SH "SEE ALSO" . |