diff --git a/README.ja.md b/README.ja.md index 8aa35edb..ca4148c0 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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 ``` ---- diff --git a/README.md b/README.md index 14930431..7c189689 100644 --- a/README.md +++ b/README.md @@ -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 ``` ----