Typo in mcufontencoder help

release/v2.9
Thomas Sterren 2018-03-02 15:49:37 +01:00
parent bbc4b8e551
commit 50cc1ad596
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ static const char *usage_msg =
" rlefont_show_encoded <datfile> Show the encoded data for debugging.\n"
"\n"
"Commands specific to bwfont format:\n"
" bwfont_export <datfile> [outfile Export to .c source code.\n"
" bwfont_export <datfile> [outfile] Export to .c source code.\n"
"";
typedef status_t (*cmd_t)(const std::vector<std::string> &args);