tool/CommandSiiWrite.cpp
branchstable-1.5
changeset 2421 bc2d4bf9cbe5
parent 1968 4f682084c643
equal deleted inserted replaced
2420:69056c46aa4d 2421:bc2d4bf9cbe5
    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