Updated comments in code
This commit is contained in:
parent
17eee5e4d7
commit
ed2758b082
|
@ -88,8 +88,9 @@ public:
|
||||||
* @param argc argc from main()
|
* @param argc argc from main()
|
||||||
* @param argv argv from main()
|
* @param argv argv from main()
|
||||||
* @return Empty string if parameters were accepted, or
|
* @return Empty string if parameters were accepted, or
|
||||||
* string containing "help" text if no files were found to be
|
* string containing "help" text if no parameters were given or
|
||||||
* checked.
|
* -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[]);
|
std::string parseFromArgs(int argc, const char* const argv[]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue