From: Peng Zhang Date: Tue, 27 Jun 2017 01:18:56 +0000 (+0800) Subject: ceph-conf: fix typo in usage: 'mon add' should be 'mon addr' X-Git-Tag: v12.1.2~1^2~28^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15736389ea571071ebbbaa177943c34b0fbc48d9;p=ceph.git ceph-conf: fix typo in usage: 'mon add' should be 'mon addr' src/test/cli/ceph-conf/help.t src/tools/ceph_conf.cc fix add to addr Signed-off-by: Peng Zhang zphj1987@gmail.com --- diff --git a/src/test/cli/ceph-conf/help.t b/src/test/cli/ceph-conf/help.t index 3fe8ca3f4462b..f10d801d5f7b7 100644 --- a/src/test/cli/ceph-conf/help.t +++ b/src/test/cli/ceph-conf/help.t @@ -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'. diff --git a/src/tools/ceph_conf.cc b/src/tools/ceph_conf.cc index 7a50c138e607e..94db5934175df 100644 --- a/src/tools/ceph_conf.cc +++ b/src/tools/ceph_conf.cc @@ -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\