Skip to content

Commit 54efe84

Browse files
committed
deck/help=FourCC: make fourcc sample val 4-char long
1 parent 0ac8c32 commit 54efe84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blackmagic_common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ bmd_opt_help()
778778
color_printf("If the type deduction is not working, you can use also "
779779
"following syntax:\n");
780780
color_printf("- \"value\" - assume the value is string\n");
781-
color_printf("- 'value' - assume the value is FourCC\n");
781+
color_printf("- 'vlue' - assume the value is FourCC\n");
782782
color_printf("\n");
783783

784784
color_printf("Incomplete " TBOLD("(!)") " list of keys:\n");

0 commit comments

Comments
 (0)