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 <gregory.farnum@dreamhost.com>
Reviewed-by: Dan Mick <dan.mick@dreamhost.com>
This commit is contained in:
Greg Farnum 2012-02-23 18:13:29 -08:00
parent 3bad945bd3
commit cbf79a97d1

View 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"