Skip to content

Commit 121792a

Browse files
ielizWovchena
andauthored
Update demos/interactive_face_detection_demo/cpp/main.cpp
Co-authored-by: Zlobin Vladimir <[email protected]>
1 parent 51f57d6 commit 121792a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

demos/interactive_face_detection_demo/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void parse(int argc, char *argv[]) {
8989
gflags::ParseCommandLineFlags(&argc, &argv, false);
9090
if (FLAGS_h || 1 == argc) {
9191
std::cout << "\t[ -h] " << h_msg
92-
<< "\n\t[--help] print help on all arguments"
92+
<< "\n\t[--help] print help on all arguments"
9393
<< "\n\t -m <MODEL FILE> " << m_msg
9494
<< "\n\t[ -i <INPUT>] " << i_msg
9595
<< "\n\t[--bb_enlarge_coef <NUMBER>] " << bb_enlarge_coef_msg

0 commit comments

Comments
 (0)