From: Dan Mick Date: Tue, 5 Feb 2013 04:40:12 +0000 (-0800) Subject: ceph: ceph mon delete doesn't exist; ceph mon remove is the command X-Git-Tag: v0.57~35^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c44846e035916ff0c5eaea94cf595fbe24bd26ea;p=ceph.git ceph: ceph mon delete doesn't exist; ceph mon remove is the command Fix up cli test as well (doc is already correct) Signed-off-by: Dan Mick --- diff --git a/src/test/cli/ceph/help.t b/src/test/cli/ceph/help.t index 9a035c6e7e44..eac011dc814e 100644 --- a/src/test/cli/ceph/help.t +++ b/src/test/cli/ceph/help.t @@ -23,7 +23,7 @@ MONITOR (MON) COMMANDS ceph mon add [:] - ceph mon delete + ceph mon remove ceph mon stat ceph mon tell injectargs '-- [-- ...]' diff --git a/src/tools/ceph.cc b/src/tools/ceph.cc index e791a0a748db..a1f8024cfe30 100644 --- a/src/tools/ceph.cc +++ b/src/tools/ceph.cc @@ -66,7 +66,7 @@ static void usage() cout << "\n"; cout << "MONITOR (MON) COMMANDS\n"; cout << " ceph mon add [:]\n"; - cout << " ceph mon delete \n"; + cout << " ceph mon remove \n"; cout << " ceph mon stat\n"; cout << " ceph mon tell injectargs '-- [-- ...]'\n"; cout << "\n";