From: Greg Farnum Date: Fri, 24 Feb 2012 02:13:29 +0000 (-0800) Subject: ceph-tool: remove reference to "stop" command X-Git-Tag: v0.43~29 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cbf79a97d1d91ce242e3fc8932d6dc6e8ef0d780;p=ceph.git ceph-tool: remove reference to "stop" command This doesn't exist any more, and I don't think it ever "cleanly shut down the filesystem" -- certainly not within my recent lifetime! Signed-off-by: Greg Farnum Reviewed-by: Dan Mick --- diff --git a/src/tools/ceph.cc b/src/tools/ceph.cc index f72085d779700..70a80b737f1ec 100644 --- a/src/tools/ceph.cc +++ b/src/tools/ceph.cc @@ -42,8 +42,7 @@ static void usage() cout << "usage: ceph [options] [commands]\n"; cout << "If no commands are specified, enter interactive mode.\n"; cout << "Commands:\n"; - cout << " stop -- cleanly shut down file system\n" - << " (osd|pg|mds) stat -- get monitor subsystem status\n" + cout << " (osd|pg|mds) stat -- get monitor subsystem status\n" << " ...\n"; cout << "Options:\n"; cout << " -i infile\n"