You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/08 02:48:43 UTC

[2/3] documentation commit: updated refs/heads/master to 96ccc37

Indent shell line so it renderes correctly


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/f558ec21
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/f558ec21
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/f558ec21

Branch: refs/heads/master
Commit: f558ec21ebc66c7668c2dece765394443fa17063
Parents: 6d3f68d
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Mar 7 21:45:12 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:45:12 2017 -0500

----------------------------------------------------------------------
 src/api/database/security.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/f558ec21/src/api/database/security.rst
----------------------------------------------------------------------
diff --git a/src/api/database/security.rst b/src/api/database/security.rst
index 96dc507..372510a 100644
--- a/src/api/database/security.rst
+++ b/src/api/database/security.rst
@@ -140,7 +140,7 @@
 
     .. code-block:: bash
 
-    shell> curl http://localhost:5984/pineapple/_security -X PUT -H 'content-type: application/json' -H 'accept: application/json' -d '{"admins":{"names":["superuser"],"roles":["admins"]},"members":{"names": ["user1","user2"],"roles": ["developers"]}}'
+        shell> curl http://localhost:5984/pineapple/_security -X PUT -H 'content-type: application/json' -H 'accept: application/json' -d '{"admins":{"names":["superuser"],"roles":["admins"]},"members":{"names": ["user1","user2"],"roles": ["developers"]}}'
 
     .. code-block:: http