]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: changed --user to --id, and fixed a typo.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 1 Nov 2012 19:55:18 +0000 (12:55 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 1 Nov 2012 19:55:18 +0000 (12:55 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rbd/rbd-snapshot.rst

index b0800fe08ef93c47ac7e78d79acd52aecadd7d7e..acd2be497c594a543cd3c62a9caf16d5d25c4e9f 100644 (file)
@@ -31,11 +31,11 @@ When `cephx`_ is enabled,  you must specify a user and a secret file
 on the command line, or use the ``CEPH_ARGS`` environment variable
 to avoid re-entry of the following parameters. ::
 
-       rbd --user {user-name} --keyring=/path/to/secret [commands]
+       rbd --id {user-name} --keyring=/path/to/secret [commands]
 
 For example:: 
 
-       rbd --user client.admin --keyring=/etc/ceph/ceph.keyring [commands]
+       rbd --id client.admin --keyring=/etc/ceph/ceph.keyring [commands]
 
 .. tip:: Add the user and secret to the ``CEPH_ARGS`` environment 
    variable so that you don't need to enter them each time.
@@ -154,7 +154,7 @@ clones rapidly.
            |  Snapshot   | Child refers |  COW Clone  |
            |  of Image   |<------------*| of Snapshot |
            |             |  to Parent   |             |
-           | (read only) |              | (writeable) |
+           | (read only) |              | (writable)  |
            +-------------+              +-------------+
            
                Parent                        Child