Add timeout option to configtest (#400)

This commit is contained in:
Kota Kanbe
2017-03-23 20:52:25 +09:00
committed by GitHub
parent af5a1204bc
commit 7131270cad
4 changed files with 15 additions and 6 deletions

View File

@@ -668,6 +668,7 @@ configtest:
[-log-dir=/path/to/log]
[-ask-key-password]
[-ssh-external]
[-timeout=300]
[-http-proxy=http://192.168.0.1:8080]
[-debug]
@@ -684,6 +685,8 @@ configtest:
/path/to/log (default "/var/log/vuls")
-ssh-external
Use external ssh command. Default: Use the Go native implementation
-timeout int
Timeout(Sec) (default 300)
```
configtestサブコマンドは以下をチェックする