From f8722850acc966ecbbf9704aa6913ecbb43c5501 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 7 Aug 2014 17:02:22 +0000 Subject: Fix --help output to describe copying the correct key for test deployment. Reviewed-By: Lars Wirzenius Reviewed-By: Richard Maw --- mason/mason-generator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mason/mason-generator.sh b/mason/mason-generator.sh index a0b2fb0a..acc27f3e 100755 --- a/mason/mason-generator.sh +++ b/mason/mason-generator.sh @@ -25,7 +25,7 @@ if [ "$1" == "-h" -o "$1" == "--help" ]; then echo "To ensure that the deployed system can deploy test systems, you" echo "must supply an ssh key to the VM host. Do so with the following" echo "command:" - echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/mason.key.pub VM_USER@VM_HOST" + echo " ssh-copy-id -i ssh_keys-HOST_PREFIX/worker.key.pub VM_USER@VM_HOST" echo "" exit 0 fi -- cgit v1.2.1