diff options
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r-- | console-tools/loadkmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console-tools/loadkmap.c b/console-tools/loadkmap.c index 0e8c090d2..c2e4c94ed 100644 --- a/console-tools/loadkmap.c +++ b/console-tools/loadkmap.c | |||
@@ -41,7 +41,7 @@ struct kbentry { | |||
41 | 41 | ||
42 | static const char loadkmap_usage[] = "loadkmap\n" | 42 | static const char loadkmap_usage[] = "loadkmap\n" |
43 | #ifndef BB_FEATURE_TRIVIAL_HELP | 43 | #ifndef BB_FEATURE_TRIVIAL_HELP |
44 | "Loads a binary keyboard translation table from standard input.\n" | 44 | "\nLoads a binary keyboard translation table from standard input.\n" |
45 | #endif | 45 | #endif |
46 | ; | 46 | ; |
47 | 47 | ||