diff --git a/modules/stitching/main.cpp b/modules/stitching/main.cpp index 564f855a20..9c9c307718 100644 --- a/modules/stitching/main.cpp +++ b/modules/stitching/main.cpp @@ -99,7 +99,8 @@ void printUsage() " Blending method. The default is 'multiband'.\n" " --blend_strength \n" " Blending strength from [0,100] range. The default is 5.\n" - " --output \n"; + " --output \n" + " The default is 'result.png'."; }