From: Luis Pabón Date: Mon, 25 Aug 2014 18:43:53 +0000 (-0400) Subject: Fix syntax error in rst documentation X-Git-Tag: v0.86~215^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df3b6fc472a0eb3e1705636d91d4c6619b2ca3cc;p=ceph.git Fix syntax error in rst documentation Signed-off-by: Luis Pabón --- 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