]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
use correct config entry for mon addr
authorAlfredo Deza <alfredo.deza@inktank.com>
Fri, 21 Feb 2014 14:15:53 +0000 (09:15 -0500)
committerAlfredo Deza <alfredo.deza@inktank.com>
Fri, 21 Feb 2014 14:46:45 +0000 (09:46 -0500)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
ceph_deploy/mon.py

index a082fcac99911a008da156e1ca960b1de38fe3ec..e3887bf1832c742b6e25e24a7fda06cc8bd3ce1d 100644 (file)
@@ -419,7 +419,7 @@ def make(parser):
 
         ceph-deploy mon add node1 --address 192.168.1.10
 
-      If the section for the monitor exists and defines a `mon address` that
+      If the section for the monitor exists and defines a `mon addr` that
       will be used, otherwise it will fallback by resolving the hostname to an
       IP. If `--address` is used it will override all other options.