Skip to content

Commit

Permalink
mds: remove "--journal-check" help text
Browse files Browse the repository at this point in the history
The option itself was removed by edfda9c

Fixes: http://tracker.ceph.com/issues/17747
Signed-off-by: Nathan Cutler <[email protected]>
  • Loading branch information
smithfarm committed Nov 2, 2016
1 parent 63e86e5 commit 12e2534
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ceph_mds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ using namespace std;

void usage()
{
cout << "usage: ceph-mds -i name [flags] [[--journal_check rank]|[--hot-standby][rank]]\n"
cout << "usage: ceph-mds -i name [flags] [[--hot-standby][rank]]\n"
<< " -m monitorip:port\n"
<< " connect to monitor at given address\n"
<< " --debug_mds n\n"
<< " debug MDS level (e.g. 10)\n"
<< " --journal-check rank\n"
<< " replay the journal for rank, then exit\n"
<< " --hot-standby rank\n"
<< " start up as a hot standby for rank\n"
<< std::endl;
Expand Down

0 comments on commit 12e2534

Please sign in to comment.