diff -r a0982873d655 -r a73c0f54be42 tool/cmd_states.cpp --- a/tool/cmd_states.cpp Wed Jul 23 08:06:10 2008 +0000 +++ b/tool/cmd_states.cpp Wed Jul 23 16:16:30 2008 +0000 @@ -11,12 +11,20 @@ /****************************************************************************/ -// FIXME const char *help_states = - "[OPTIONS]\n" + "[OPTIONS] \n" "\n" + "Request an application-layer state change for the specified slaves.\n" "\n" - "Command-specific options:\n"; + "Arguments:\n" + " STATE can be 'INIT', 'PREOP', 'SAFEOP', or 'OP'\n" + "\n" + "Command-specific options:\n" + " --slave -s Positive numerical ring position, or 'all' for\n" + " all slaves (default).\n" + "\n" + "Numerical values can be specified either with decimal (no prefix),\n" + "octal (prefix '0') or hexadecimal (prefix '0x') base.\n"; /****************************************************************************/