We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33c60c commit a1de032Copy full SHA for a1de032
demos/interactive_face_detection_demo/cpp_gapi/main.cpp
@@ -121,7 +121,7 @@ void parse(int argc, char *argv[]) {
121
gflags::ParseCommandLineFlags(&argc, &argv, false);
122
if (FLAGS_h || 1 == argc) {
123
std::cout << "\t[ -h] " << h_msg
124
- << "\n\t[--help] print help on all arguments"
+ << "\n\t[--help] print help on all arguments"
125
<< "\n\t -m <MODEL FILE> " << m_msg
126
<< "\n\t[ -i <INPUT>] " << i_msg
127
<< "\n\t[--bb_enlarge_coef <NUMBER>] " << bb_enlarge_coef_msg
0 commit comments