From cc59703754f8a0eac766ea61cd6a2a01ab3617e5 Mon Sep 17 00:00:00 2001 From: shayne-burgess Date: Wed, 11 Jun 2014 16:14:07 -0700 Subject: [PATCH] Updates developer install doc to use trove cli Closes-Bug: #1260284 Change-Id: I293675592c2385bfab8ba73333ac515e68184d43 --- doc/source/dev/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/dev/install.rst b/doc/source/dev/install.rst index 43bc519ac6..39c2ceccd8 100644 --- a/doc/source/dev/install.rst +++ b/doc/source/dev/install.rst @@ -81,18 +81,20 @@ options that you can run. Running the trove client ------------------------ -* rd-client sets of the authorization endpoint and gets a token for you:: +* The trove client is run using the trove command. You can show the + complete documentation on the shell by running trove help:: - # ./redstack rd-client + # trove help ----------------------- Running the nova client ----------------------- -* nova-client sets of the authorization endpoint and gets a token for you:: +* The nova client is run using the nova command. You can show the + complete documentation on the shell by running nova help::: - # ./redstack nova-client + # nova help More information