1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #9428 from csukuangfj:fix-commandline-parser

This commit is contained in:
Alexander Alekhin
2017-08-23 12:48:28 +00:00
3 changed files with 54 additions and 13 deletions
@@ -822,7 +822,7 @@ public:
This method returns the path to the executable from the command line (`argv[0]`).
For example, if the application has been started with such command:
For example, if the application has been started with such a command:
@code{.sh}
$ ./bin/my-executable
@endcode
@@ -928,7 +928,7 @@ public:
*/
void printMessage() const;
/** @brief Print list of errors occured
/** @brief Print list of errors occurred
@sa check
*/