Updated comments in code

This commit is contained in:
Reijo Tomperi 2009-01-25 11:11:18 +00:00
parent 17eee5e4d7
commit ed2758b082
1 changed files with 3 additions and 2 deletions

View File

@ -88,8 +88,9 @@ public:
* @param argc argc from main()
* @param argv argv from main()
* @return Empty string if parameters were accepted, or
* string containing "help" text if no files were found to be
* checked.
* string containing "help" text if no parameters were given or
* -h or --help parameters was given. Or error message if no
* files were found or if invalid parameter was given.
*/
std::string parseFromArgs(int argc, const char* const argv[]);