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 51f57d6 commit 121792aCopy full SHA for 121792a
demos/interactive_face_detection_demo/cpp/main.cpp
@@ -89,7 +89,7 @@ void parse(int argc, char *argv[]) {
89
gflags::ParseCommandLineFlags(&argc, &argv, false);
90
if (FLAGS_h || 1 == argc) {
91
std::cout << "\t[ -h] " << h_msg
92
- << "\n\t[--help] print help on all arguments"
+ << "\n\t[--help] print help on all arguments"
93
<< "\n\t -m <MODEL FILE> " << m_msg
94
<< "\n\t[ -i <INPUT>] " << i_msg
95
<< "\n\t[--bb_enlarge_coef <NUMBER>] " << bb_enlarge_coef_msg
0 commit comments