From 63f0a272c4be2b28423995d42517d6ab464c365f Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Thu, 13 Oct 2016 19:30:36 +0900 Subject: [PATCH] Update README --- README.ja.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.md b/README.ja.md index 030b4dde8a..3978d60730 100644 --- a/README.ja.md +++ b/README.ja.md @@ -223,7 +223,7 @@ $ vuls prepare ## Step8. Start Scanning ``` -$ vuls scan -cve-dictionary-dbpath=$PWD/cve.sqlite3 +$ vuls scan -cve-dictionary-dbpath=$PWD/cve.sqlite3 -report-json INFO[0000] Start scanning (config: /home/ec2-user/config.toml) INFO[0000] Start scanning INFO[0000] config: /home/ec2-user/config.toml diff --git a/README.md b/README.md index 8aba4df40a..efe0996650 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ see [Usage: Prepare](https://github.com/future-architect/vuls#usage-prepare) ## Step8. Start Scanning ``` -$ vuls scan -cve-dictionary-dbpath=$PWD/cve.sqlite3 +$ vuls scan -cve-dictionary-dbpath=$PWD/cve.sqlite3 -report-json INFO[0000] Start scanning (config: /home/ec2-user/config.toml) INFO[0000] Start scanning INFO[0000] config: /home/ec2-user/config.toml