summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiangmiao Gao <tolbkni@gmail.com>2015-01-28 22:12:57 +0800
committerJiangmiao Gao <tolbkni@gmail.com>2015-01-28 22:41:41 +0800
commit77e926791665991aeb87ba1fef5d9e6ae6aff14e (patch)
tree44f7f8e6eca6182e0e731f05f5bbc1fc5ca80bc9
parent13f529ca81b8e0a3729e0dd6f6c116396f642fd9 (diff)
downloadswift-77e926791665991aeb87ba1fef5d9e6ae6aff14e.tar.gz
Fix typing mistake for doc
Change-Id: If3d4e4d44676ef987f584db8cb462ecaed03a019
-rw-r--r--doc/source/overview_object_versioning.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/overview_object_versioning.rst b/doc/source/overview_object_versioning.rst
index 27f5fb104..cac5a898d 100644
--- a/doc/source/overview_object_versioning.rst
+++ b/doc/source/overview_object_versioning.rst
@@ -85,5 +85,5 @@ If you want to disable all functionality, set ``allow_versions`` back to
Disable versioning a versioned container (x is any value except empty)::
- curl -i -HPOST -H "X-Auth-Token: <token>" \
+ curl -i -XPOST -H "X-Auth-Token: <token>" \
-H "X-Remove-Versions-Location: x" http://<storage_url>/container