From d078e80e7961b7b1b1c1562e4d3c5b833d94fa2f Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Thu, 30 Jul 2015 14:50:52 +0300 Subject: [PATCH] Grammar fix. --- docs/upgrade.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrade.rst b/docs/upgrade.rst index ffeb2b7db4..6ae9367cf8 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -16,7 +16,7 @@ How to run the Fabric script 3. Run the script: ``fab -H{your re:dash host} -u{the ssh user for this host} -i{path to key file for passwordless login} deploy_latest_release`` - `-i` is optional is only needed in case you're using private-key based authentication (and didn't add the key file to your authentication agent or set its path in your SSH config). + ``-i`` is optional and it is only needed in case you're using private-key based authentication (and didn't add the key file to your authentication agent or set its path in your SSH config). What the Fabric script does ===========================