Skip to content

Commit

Permalink
man: Update cmds documentation.
Browse files Browse the repository at this point in the history
You always need to specify a rank if you do journal-check.

Signed-off-by: Greg Farnum <[email protected]>
  • Loading branch information
gregsfortytwo committed Apr 15, 2011
1 parent e34e332 commit 2c0b844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion man/cmds.8
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmds \- ceph metadata server daemon
.SH SYNOPSIS
.B cmds
\fB\-i \fIname\fR
[[ \fB\-\-hot-standby\fI [rank]\fR ]|[\fB\-\-journal_check\fI [rank]\fR]]
[[ \fB\-\-hot-standby\fI [rank]\fR ]|[\fB\-\-journal_check\fI rank\fR]]

.SH DESCRIPTION
.B cmds
Expand Down
2 changes: 1 addition & 1 deletion src/cmds.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using namespace std;

void usage()
{
derr << "usage: cmds -i name [flags] [[--journal_check]|[--hot-standby][rank]]\n"
derr << "usage: cmds -i name [flags] [[--journal_check rank]|[--hot-standby][rank]]\n"
<< " -m monitorip:port\n"
<< " connect to monitor at given address\n"
<< " --debug_mds n\n"
Expand Down

0 comments on commit 2c0b844

Please sign in to comment.