diff options
Diffstat (limited to 'loadacm.c')
-rw-r--r-- | loadacm.c | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 | ||