]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-conf: fix typo in usage: 'mon add' should be 'mon addr' 15935/head
authorPeng Zhang <zphj1987@gmail.com>
Tue, 27 Jun 2017 01:18:56 +0000 (09:18 +0800)
committerPeng Zhang <zphj1987@gmail.com>
Tue, 27 Jun 2017 01:18:56 +0000 (09:18 +0800)
src/test/cli/ceph-conf/help.t
src/tools/ceph_conf.cc

fix add to addr

Signed-off-by: Peng Zhang zphj1987@gmail.com
src/test/cli/ceph-conf/help.t
src/tools/ceph_conf.cc

index 3fe8ca3f4462bee2947e8c95b7ac956cb5f9703f..f10d801d5f7b7481db56d99cee2e883522d9b595 100644 (file)
@@ -26,7 +26,7 @@
   
   EXAMPLES
   [$] ceph-conf --name mon.0 -c /etc/ceph/ceph.conf 'mon addr' (re)
-  Find out what the value of 'mon add' is for monitor 0.
+  Find out what the value of 'mon addr' is for monitor 0.
   
   [$] ceph-conf -l mon (re)
   List sections beginning with 'mon'.
index 7a50c138e607e58c788e5ba8510bbfcfeb0bf9aa..94db5934175dfe0f48b2b33d68e0e7674e564e73 100644 (file)
@@ -51,7 +51,7 @@ If there is no action given, the action will default to --lookup.\n\
 \n\
 EXAMPLES\n\
 $ ceph-conf --name mon.0 -c /etc/ceph/ceph.conf 'mon addr'\n\
-Find out what the value of 'mon add' is for monitor 0.\n\
+Find out what the value of 'mon addr' is for monitor 0.\n\
 \n\
 $ ceph-conf -l mon\n\
 List sections beginning with 'mon'.\n\