From df3b6fc472a0eb3e1705636d91d4c6619b2ca3cc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luis=20Pab=C3=B3n?= Date: Mon, 25 Aug 2014 14:43:53 -0400 Subject: [PATCH] Fix syntax error in rst documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Luis Pabón --- doc/dev/quick_guide.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/dev/quick_guide.rst b/doc/dev/quick_guide.rst index 96bb3a686a82..c696074f04ce 100644 --- a/doc/dev/quick_guide.rst +++ b/doc/dev/quick_guide.rst @@ -107,6 +107,7 @@ Add the ``-r`` to vstart.sh to enable the RadosGW You can now use the swift python client to communicate with the RadosGW. .. code:: + $ swift -A http://localhost:8080/auth -U tester:testing -K asdf list $ swift -A http://localhost:8080/auth -U tester:testing -K asdf upload mycontainer ceph $ swift -A http://localhost:8080/auth -U tester:testing -K asdf list -- 2.47.3