diff -r a0982873d655 -r a73c0f54be42 tool/cmd_sii_write.cpp --- a/tool/cmd_sii_write.cpp Wed Jul 23 08:06:10 2008 +0000 +++ b/tool/cmd_sii_write.cpp Wed Jul 23 16:16:30 2008 +0000 @@ -14,12 +14,24 @@ /****************************************************************************/ -// FIXME const char *help_sii_write = - "[OPTIONS]\n" + "[OPTIONS] \n" "\n" + "Writes SII contents from a local file to a slave.\n" "\n" - "Command-specific options:\n"; + "The file contents are checked for validity and integrity. These checks\n" + "can be overridden with the --force option.\n" + "\n" + "Arguments:\n" + " FILENAME must be a path to a file that contains a positive number\n" + " of words.\n" + "\n" + "Command-specific options:\n" + " --slave -s Positive numerical ring position (mandatory).\n" + " --force Override validity checks.\n" + "\n" + "Numerical values can be specified either with decimal (no prefix),\n" + "octal (prefix '0') or hexadecimal (prefix '0x') base.\n"; /****************************************************************************/