diff options
Diffstat (limited to 'deps/npm/man/man1/npm-publish.1')
-rw-r--r-- | deps/npm/man/man1/npm-publish.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/npm/man/man1/npm-publish.1 b/deps/npm/man/man1/npm-publish.1 index 20d1f36f6c..4421c8f45d 100644 --- a/deps/npm/man/man1/npm-publish.1 +++ b/deps/npm/man/man1/npm-publish.1 @@ -5,8 +5,10 @@ .P .RS 2 .nf -npm publish <tarball> [\-\-tag <tag>] [\-\-access <public|restricted>] -npm publish <folder> [\-\-tag <tag>] [\-\-access <public|restricted>] +npm publish [<tarball>|<folder>] [\-\-tag <tag>] [\-\-access <public|restricted>] + +Publishes '\.' if no argument supplied +Sets tag 'latest' if no \-\-tag specified .fi .RE .SH DESCRIPTION |