Added clarifying comments about where the xml file will be written.
This has been a problem for some time.
This commit is contained in:
parent
0badf5e19c
commit
f466e13039
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ static void printUsage()
|
|||
{
|
||||
cout << "cti2ctml [-h] infile.cti" << endl;
|
||||
cout << " Translates a cti formated file to an xml file" << endl;
|
||||
cout << " The xml file will be named infile.xml" << endl;
|
||||
cout << " The xml file will be named ./basename(infile).xml" << endl;
|
||||
cout << " - It will always be written to the current directory" << endl;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue