]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-tool: remove reference to "stop" command
authorGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 24 Feb 2012 02:13:29 +0000 (18:13 -0800)
committerGreg Farnum <gregory.farnum@dreamhost.com>
Fri, 24 Feb 2012 02:13:54 +0000 (18:13 -0800)
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 <gregory.farnum@dreamhost.com>
Reviewed-by: Dan Mick <dan.mick@dreamhost.com>
src/tools/ceph.cc

index f72085d779700dab2477e4d819a0f90b4b3e5cf2..70a80b737f1ec3419a12ba80d12843a1f6fc174b 100644 (file)
@@ -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"