Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools/loadkmap.c')
-rw-r--r--console-tools/loadkmap.c2
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 {
static const char loadkmap_usage[] = "loadkmap\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
- "Loads a binary keyboard translation table from standard input.\n"
+ "\nLoads a binary keyboard translation table from standard input.\n"
#endif
;