tool/CommandFoeWrite.cpp
changeset 1804 742607c464c4
parent 1363 11c0b2caa253
child 1826 ec6223c3b7ec
equal deleted inserted replaced
1803:5b04770444df 1804:742607c464c4
    54     str << getName() << " [OPTIONS] <FILENAME>" << endl
    54     str << getName() << " [OPTIONS] <FILENAME>" << endl
    55         << endl
    55         << endl
    56         << getBriefDescription() << endl
    56         << getBriefDescription() << endl
    57         << endl
    57         << endl
    58         << "This command requires a single slave to be selected." << endl
    58         << "This command requires a single slave to be selected." << endl
    59     	<< endl
    59         << endl
    60         << "Arguments:" << endl
    60         << "Arguments:" << endl
    61         << "  FILENAME can either be a path to a file, or '-'. In" << endl
    61         << "  FILENAME can either be a path to a file, or '-'. In" << endl
    62         << "           the latter case, data are read from stdin and" << endl
    62         << "           the latter case, data are read from stdin and" << endl
    63         << "           the --output-file option has to be specified." << endl
    63         << "           the --output-file option has to be specified." << endl
    64         << endl
    64         << endl