Skip to content

Commit a1de032

Browse files
ielizWovchena
andauthored
Update demos/interactive_face_detection_demo/cpp_gapi/main.cpp
Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent b33c60c commit a1de032

File tree

1 file changed

+1
-1
lines changed
  • demos/interactive_face_detection_demo/cpp_gapi

1 file changed

+1
-1
lines changed

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void parse(int argc, char *argv[]) {
121121
gflags::ParseCommandLineFlags(&argc, &argv, false);
122122
if (FLAGS_h || 1 == argc) {
123123
std::cout << "\t[ -h] " << h_msg
124-
<< "\n\t[--help] print help on all arguments"
124+
<< "\n\t[--help] print help on all arguments"
125125
<< "\n\t -m <MODEL FILE> " << m_msg
126126
<< "\n\t[ -i <INPUT>] " << i_msg
127127
<< "\n\t[--bb_enlarge_coef <NUMBER>] " << bb_enlarge_coef_msg

0 commit comments

Comments
 (0)