From b814f3dc66977df6b3b8280841b143cebcca5ea9 Mon Sep 17 00:00:00 2001 From: Tim Gerla Date: Sun, 20 Jan 2013 13:24:03 -0800 Subject: [PATCH] Correct --private-key argument name in Getting Started --- docsite/rst/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/gettingstarted.rst b/docsite/rst/gettingstarted.rst index 2a33973ad29..88dbc52da09 100644 --- a/docsite/rst/gettingstarted.rst +++ b/docsite/rst/gettingstarted.rst @@ -197,7 +197,7 @@ Set up SSH agent to avoid retyping passwords: $ ssh-agent bash $ ssh-add ~/.ssh/id_rsa -(Depending on your setup, you may wish to ansible's --private-key-file option to specify a pem file instead) +(Depending on your setup, you may wish to ansible's --private-key option to specify a pem file instead) Now ping all your nodes: