enhance description of ssh-exkeys -p option
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/commit/2a0b4a91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/tree/2a0b4a91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/diff/2a0b4a91 Branch: refs/heads/develop Commit: 2a0b4a910bf7baf62888b9d0aa37e6173ea07324 Parents: 9185772 Author: Lisa Owen <[email protected]> Authored: Tue Sep 13 16:17:04 2016 -0700 Committer: Lisa Owen <[email protected]> Committed: Tue Sep 13 16:17:04 2016 -0700 ---------------------------------------------------------------------- reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq-docs/blob/2a0b4a91/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb ---------------------------------------------------------------------- diff --git a/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb b/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb index a75f813..2567faf 100644 --- a/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb +++ b/reference/cli/admin_utilities/hawqssh-exkeys.html.md.erb @@ -46,7 +46,7 @@ The `hawq ssh-exkeys` utility performs key exchange using the following steps: <dd>Specifies a single host name (or host address) that will participate in the SSH key exchange. You can use the `-h` option multiple times to specify multiple host names and host addresses.</dd> <dt>-p \<password\> </dt> -<dd>Specifies the password used to log in to the hosts. The hosts should share the same password.</dd> +<dd>Specifies the password used to log in to the hosts. The hosts should share the same password. This option is useful when invoking `hawq ssh-exkeys` in a script.</dd> <dt>-\\\-version </dt> <dd>Displays the version of this utility.</dd>
