]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update the usage to reflect optional directory name.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 18:19:33 +0000 (11:19 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 6 May 2013 18:19:33 +0000 (11:19 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/start/quick-start-preflight.rst

index ac60a456ba39c2bede385de990d1a37c998d1fb5..6cfefb6932003f6ebb99ee59e1140fb644404fd0 100644 (file)
@@ -107,8 +107,10 @@ Clone ceph-deploy
 
 To begin working with ``ceph-deploy``, clone its repository. :: 
 
-       git clone https://github.com/ceph/ceph-deploy.git ceph-deploy
+       git clone https://github.com/ceph/ceph-deploy.git [{directory-name}]
 
+If you do not specify a directory name, ``git clone`` will use the repository
+name ``ceph-deploy``.
 
 Install python-virtualenv
 =========================