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
path: root/doc
diff options
context:
space:
mode:
authorKat Marchán <kzm@zkat.tech>2018-05-17 21:01:10 +0300
committerKat Marchán <kzm@zkat.tech>2018-05-17 21:01:10 +0300
commit7c2076db37a28a58ae3061637ae8e68e41e9202c (patch)
tree2d3b3393b31e94b28eb0dfdd8f9b73c55c460ef8 /doc
parent957cbe27542d30c33e58e7e6f2f04eeb64baf5cd (diff)
docs: add --json to audit synopsis
Diffstat (limited to 'doc')
-rw-r--r--doc/cli/npm-audit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cli/npm-audit.md b/doc/cli/npm-audit.md
index 5c22a2fef..63fdf7666 100644
--- a/doc/cli/npm-audit.md
+++ b/doc/cli/npm-audit.md
@@ -3,7 +3,7 @@ npm-audit(1) -- Run a security audit
## SYNOPSIS
- npm audit
+ npm audit [--json]
## DESCRIPTION