Added clarifying comments about where the xml file will be written.

This has been a problem for some time.
This commit is contained in:
Harry Moffat 2009-07-08 02:51:25 +00:00
parent 0badf5e19c
commit f466e13039

View file

@ -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;
}