summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2013-11-22 11:48:35 +0530
committerLuis Pabon <lpabon@redhat.com>2013-11-25 18:42:10 -0800
commit4fafbca4669dcb9995c3eada543fbcfc13ad4d45 (patch)
treea583690050730651d584dc98908761a5430ac815 /doc
parent7095f1c6540612be7df25ece8f6f141b6089a844 (diff)
Fix minor typo in gswauth usage documentation
Change-Id: I356f486c28da5c11ab1dec5d83a411f765c235f0 Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/6335 Reviewed-by: Luis Pabon <lpabon@redhat.com> Tested-by: Luis Pabon <lpabon@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/auth_guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/markdown/auth_guide.md b/doc/markdown/auth_guide.md
index b5f2778..4d601e6 100644
--- a/doc/markdown/auth_guide.md
+++ b/doc/markdown/auth_guide.md
@@ -92,4 +92,5 @@ See <http://gholt.github.com/swauth/> for more information on Swauth.
``swauth-add-user -A http://127.0.0.1:8080/auth/ -K swauthkey -a test user1 password1``
1. Ensure it works
- ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:user1 -K password stat``
+ ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:user1 -K password1 stat``
+ ``swift -A http://127.0.0.1:8080/auth/v1.0 -U test:user1 -K wrongpassword stat``