This commit is contained in:
Kota Kanbe
2016-11-01 10:54:59 +09:00
parent 64bdfa0e80
commit 9a7a30c0bc
2 changed files with 16 additions and 6 deletions

View File

@@ -577,17 +577,22 @@ Prepareサブコマンドは、Vuls内部で利用する以下のパッケージ
```
$ vuls prepare -help
prepare
[-config=/path/to/config.toml] [-debug]
prepare:
prepare
[-config=/path/to/config.toml]
[-ask-key-password]
[SERVER]...
[-debug]
[-ssh-external]
[SERVER]...
-ask-key-password
Ask ssh privatekey password before scanning
-config string
/path/to/toml (default "$PWD/config.toml")
-debug
debug mode
-ssh-external
Use external ssh command. Default: Use the Go native implementation
```
----

View File

@@ -583,17 +583,22 @@ Prepare subcommand installs required packages on each server.
```
$ vuls prepare -help
prepare
[-config=/path/to/config.toml] [-debug]
prepare:
prepare
[-config=/path/to/config.toml]
[-ask-key-password]
[SERVER]...
[-debug]
[-ssh-external]
[SERVER]...
-ask-key-password
Ask ssh privatekey password before scanning
-config string
/path/to/toml (default "$PWD/config.toml")
-debug
debug mode
-ssh-external
Use external ssh command. Default: Use the Go native implementation
```
----