diff options
Diffstat (limited to 'loadfont.c')
-rw-r--r-- | loadfont.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/loadfont.c b/loadfont.c index 5e1f04d76..7eaf40e82 100644 --- a/loadfont.c +++ b/loadfont.c | |||
@@ -30,8 +30,11 @@ | |||
30 | #define PSF_MAXMODE 0x03 | 30 | #define PSF_MAXMODE 0x03 |
31 | #define PSF_SEPARATOR 0xFFFF | 31 | #define PSF_SEPARATOR 0xFFFF |
32 | 32 | ||
33 | static const char loadfont_usage[] = "loadfont\n\n" | 33 | static const char loadfont_usage[] = "loadfont\n" |
34 | "Loads a console font from standard input.\n"; | 34 | #ifndef BB_FEATURE_TRIVIAL_HELP |
35 | "Loads a console font from standard input.\n" | ||
36 | #endif | ||
37 | ; | ||
35 | 38 | ||
36 | struct psf_header { | 39 | struct psf_header { |
37 | unsigned char magic1, magic2; /* Magic number */ | 40 | unsigned char magic1, magic2; /* Magic number */ |