From f466e13039ef0ed474f1dffe97832519a63f0953 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 8 Jul 2009 02:51:25 +0000 Subject: [PATCH] Added clarifying comments about where the xml file will be written. This has been a problem for some time. --- tools/src/cti2ctml.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/src/cti2ctml.cpp b/tools/src/cti2ctml.cpp index b908af1c8..ef2facb55 100644 --- a/tools/src/cti2ctml.cpp +++ b/tools/src/cti2ctml.cpp @@ -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; }