diff options
Diffstat (limited to 'loadfont.c')
-rw-r--r-- | loadfont.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ extern int loadfont_main(int argc, char **argv) int fd; if (argc != 1) - usage(loadfont_usage); + show_usage(); fd = open("/dev/tty0", O_RDWR); if (fd < 0) |