X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=source%2Fcore%2Futil%2FCommandLine.cpp;h=85d171d7d93784b28bfa2ec580ca5e49ec9ba065;hb=5fbd0ffbe9826876b95adc316c84557009428384;hp=9c495e7c4b746ec05c99cc9ad2119126e415c2c5;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/source/core/util/CommandLine.cpp b/source/core/util/CommandLine.cpp index 9c495e7..85d171d 100644 --- a/source/core/util/CommandLine.cpp +++ b/source/core/util/CommandLine.cpp @@ -268,7 +268,7 @@ throw() { void CommandLine::printUsage() const throw() { int i, maxi(a_arguments.size()); - cout << "Use: " << a_argv [0] << " "; + cout << "Usage: " << a_argv [0] << " "; for(i = 0; i < maxi; i ++) cout << a_arguments [i]->asString() << " ";