From 50cc1ad5967f970405da519ee1195fca2d6c3713 Mon Sep 17 00:00:00 2001 From: Thomas Sterren Date: Fri, 2 Mar 2018 15:49:37 +0100 Subject: Typo in mcufontencoder help --- tools/mcufontencoder/src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mcufontencoder/src/main.cc b/tools/mcufontencoder/src/main.cc index 70cd9132..a51b7451 100644 --- a/tools/mcufontencoder/src/main.cc +++ b/tools/mcufontencoder/src/main.cc @@ -443,7 +443,7 @@ static const char *usage_msg = " rlefont_show_encoded Show the encoded data for debugging.\n" "\n" "Commands specific to bwfont format:\n" - " bwfont_export [outfile Export to .c source code.\n" + " bwfont_export [outfile] Export to .c source code.\n" ""; typedef status_t (*cmd_t)(const std::vector &args); -- cgit v1.2.3