diff options
Diffstat (limited to 'console-tools/loadacm.c')
-rw-r--r-- | console-tools/loadacm.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/console-tools/loadacm.c b/console-tools/loadacm.c index 8f6923478..cca5406ee 100644 --- a/console-tools/loadacm.c +++ b/console-tools/loadacm.c | |||
@@ -22,8 +22,11 @@ | |||
22 | #include <sys/ioctl.h> | 22 | #include <sys/ioctl.h> |
23 | #include <sys/kd.h> | 23 | #include <sys/kd.h> |
24 | 24 | ||
25 | static const char loadacm_usage[] = "loadacm\n\n" | 25 | static const char loadacm_usage[] = "loadacm\n" |
26 | "Loads an acm from standard input.\n"; | 26 | #ifndef BB_FEATURE_TRIVIAL_HELP |
27 | "\nLoads an acm from standard input.\n" | ||
28 | #endif | ||
29 | ; | ||
27 | 30 | ||
28 | typedef unsigned short unicode; | 31 | typedef unsigned short unicode; |
29 | 32 | ||