Fix missing parameter of scan command

This commit is contained in:
aomoriringo
2016-07-04 19:04:42 +09:00
parent 55043a6348
commit 38f1c5075d

View File

@@ -81,6 +81,7 @@ func (*ScanCmd) Synopsis() string { return "Scan vulnerabilities" }
func (*ScanCmd) Usage() string {
return `scan:
scan
[SERVER]...
[-lang=en|ja]
[-config=/path/to/config.toml]
[-dbpath=/path/to/vuls.sqlite3]