From: John Wilkins Date: Thu, 1 Nov 2012 19:55:18 +0000 (-0700) Subject: doc: changed --user to --id, and fixed a typo. X-Git-Tag: v0.55~130^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a01b112d71a0b6a1bb206d53867d13536d17bbf6;p=ceph.git doc: changed --user to --id, and fixed a typo. Signed-off-by: John Wilkins --- diff --git a/doc/rbd/rbd-snapshot.rst b/doc/rbd/rbd-snapshot.rst index b0800fe08ef9..acd2be497c59 100644 --- a/doc/rbd/rbd-snapshot.rst +++ b/doc/rbd/rbd-snapshot.rst @@ -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