From: John Wilkins Date: Tue, 7 May 2013 14:57:16 +0000 (-0700) Subject: doc: Fixed usage typo. X-Git-Tag: v0.63~78 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4e99dca97051e8aec31465290c6ed9e2922eeaeb;p=ceph.git doc: Fixed usage typo. fixes: #4923 Signed-off-by: John Wilkins --- diff --git a/doc/dev/mon-bootstrap.rst b/doc/dev/mon-bootstrap.rst index cef6917c92dd..9ce0070b791c 100644 --- a/doc/dev/mon-bootstrap.rst +++ b/doc/dev/mon-bootstrap.rst @@ -37,7 +37,7 @@ Secret keys The ``mon.`` secret key is stored a ``keyring`` file in the ``mon data`` directory. It can be generated with a command like:: - ceph-authtool --create /path/to/keyring --gen-key -n mon. + ceph-authtool --create-keyring /path/to/keyring --gen-key -n mon. When creating a new monitor cluster, the keyring should also contain a ``client.admin`` key that can be used to administer the system::