Skip to content

Commit

Permalink
reorder SDL text command help to match parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus authored and msteveb committed Mar 18, 2024
1 parent 263c281 commit 3672848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jim-sdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ static const jim_subcmd_type sdl_command_table[] = {
2,
},
{ "text",
"x y string red green blue ?alpha?",
"string x y red green blue ?alpha?",
jim_sdl_subcmd_text,
6,
7,
Expand Down

0 comments on commit 3672848

Please sign in to comment.