Update README with user parameter for setup-grenade

README.rst was missing the user parameter for setup-grenade.

Change-Id: I7a30f9e903739f2e64f2ec35473c1ab671a96447
This commit is contained in:
Steve Heyman 2016-04-18 18:03:34 -05:00
parent 388c896c45
commit 73b7257c28
1 changed files with 4 additions and 3 deletions

View File

@ -158,12 +158,13 @@ There is an *optional* setup-grenade script that is useful if you are
running Grenade against a remote VM from a local laptop.
Grenade knows how to install the current master branch using the included
``setup-grenade`` script. The only argument is the hostname of the target
system that will run the upgrade testing.
``setup-grenade`` script. The arguments are the hostname of the target
system that will run the upgrade testing and the user for the target
system:
::
./setup-grenade testbox
./setup-grenade [testbox [testuser]]
If you are running Grenade on the same maching you cloned to, you **do
not** need to do this.