tool/CommandSiiWrite.cpp
changeset 2589 2b9c78543663
parent 1968 4f682084c643
equal deleted inserted replaced
2415:af21f0bdc7c9 2589:2b9c78543663
    49 {
    49 {
    50     stringstream str;
    50     stringstream str;
    51 
    51 
    52     str << binaryBaseName << " " << getName()
    52     str << binaryBaseName << " " << getName()
    53         << " [OPTIONS] <FILENAME>" << endl
    53         << " [OPTIONS] <FILENAME>" << endl
    54         << endl 
    54         << endl
    55         << getBriefDescription() << endl
    55         << getBriefDescription() << endl
    56         << endl
    56         << endl
    57         << "This command requires a single slave to be selected." << endl
    57         << "This command requires a single slave to be selected." << endl
    58         << endl
    58         << endl
    59         << "The file contents are checked for validity and integrity." << endl
    59         << "The file contents are checked for validity and integrity." << endl