mirror of
https://github.com/opencv/opencv.git
synced 2025-06-16 14:50:52 +08:00
added \n into help message (opencv_stitching)
This commit is contained in:
parent
d5af311a77
commit
138490fdbb
@ -100,7 +100,7 @@ void printUsage()
|
|||||||
" --blend_strength <float>\n"
|
" --blend_strength <float>\n"
|
||||||
" Blending strength from [0,100] range. The default is 5.\n"
|
" Blending strength from [0,100] range. The default is 5.\n"
|
||||||
" --output <result_img>\n"
|
" --output <result_img>\n"
|
||||||
" The default is 'result.png'.";
|
" The default is 'result.png'.\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user