tapi examples - Removing defaults from all command line switches accessed with has()

This commit is contained in:
DozyC
2016-05-19 23:20:55 -07:00
parent 3db19c046b
commit 6c4aae98f7
6 changed files with 12 additions and 12 deletions

View File

@@ -143,8 +143,8 @@ int main(int argc, char** argv)
const char* keys =
"{ i input | ../data/pic1.png | specify input image }"
"{ o output | squares_output.jpg | specify output save path}"
"{ h help | false | print help message }"
"{ m cpu_mode | false | run without OpenCL }";
"{ h help | | print help message }"
"{ m cpu_mode | | run without OpenCL }";
CommandLineParser cmd(argc, argv, keys);