diff options
author | Thomas Sterren <thomas.sterren@simulton.com> | 2018-03-02 15:49:37 +0100 |
---|---|---|
committer | Thomas Sterren <thomas.sterren@simulton.com> | 2018-03-06 09:55:54 +0100 |
commit | 50cc1ad5967f970405da519ee1195fca2d6c3713 (patch) | |
tree | c4149e57dc91e447d59c4358d0bb06bc8d493065 /tools | |
parent | bbc4b8e5516a934014edf754bc5b6b877eabfcf7 (diff) | |
download | uGFX-50cc1ad5967f970405da519ee1195fca2d6c3713.tar.gz uGFX-50cc1ad5967f970405da519ee1195fca2d6c3713.tar.bz2 uGFX-50cc1ad5967f970405da519ee1195fca2d6c3713.zip |
Typo in mcufontencoder help
Diffstat (limited to 'tools')
-rw-r--r-- | tools/mcufontencoder/src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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); |