Skip to content

Commit ff66283

Browse files
committed
aligning text in help message
1 parent db65914 commit ff66283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: demos/crossroad_camera_demo/cpp/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void parse(int argc, char *argv[]) {
9494
gflags::ParseCommandLineFlags(&argc, &argv, false);
9595
if (FLAGS_h || 1 == argc) {
9696
std::cout << "\t[ -h] " << h_msg
97-
<< "\n\t[--help] print help on all arguments"
97+
<< "\n\t[--help] print help on all arguments"
9898
<< "\n\t -m <MODEL FILE> " << m_msg
9999
<< "\n\t[ -i <INPUT>] " << i_msg
100100
<< "\n\t[--auto_resize] " << auto_resize_msg

0 commit comments

Comments
 (0)