diff options
author | Pere Orga <gotrunks@gmail.com> | 2011-04-11 03:29:49 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-04-11 03:29:49 +0200 |
commit | 5bc8c005a8e15c43285bc595a8d404de67a482ac (patch) | |
tree | 98f2d35d1db26f4d8cba5f095ff63bf8e2e8d980 /console-tools | |
parent | 73ef15cf3894716c1393ed21dee6e6bb2cdbc90f (diff) | |
download | busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.gz busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.tar.bz2 busybox-w32-5bc8c005a8e15c43285bc595a8d404de67a482ac.zip |
move remaining help text from include/usage.src.h
Signed-off-by: Pere Orga <gotrunks@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools')
-rw-r--r-- | console-tools/loadfont.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 588322b05..597519f91 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -18,6 +18,17 @@ | |||
18 | //usage: | 18 | //usage: |
19 | //usage:#define loadfont_example_usage | 19 | //usage:#define loadfont_example_usage |
20 | //usage: "$ loadfont < /etc/i18n/fontname\n" | 20 | //usage: "$ loadfont < /etc/i18n/fontname\n" |
21 | //usage: | ||
22 | //usage:#define setfont_trivial_usage | ||
23 | //usage: "FONT [-m MAPFILE] [-C TTY]" | ||
24 | //usage:#define setfont_full_usage "\n\n" | ||
25 | //usage: "Load a console font\n" | ||
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -m MAPFILE Load console screen map" | ||
28 | //usage: "\n -C TTY Affect TTY instead of /dev/tty" | ||
29 | //usage: | ||
30 | //usage:#define setfont_example_usage | ||
31 | //usage: "$ setfont -m koi8-r /etc/i18n/fontname\n" | ||
21 | 32 | ||
22 | #include "libbb.h" | 33 | #include "libbb.h" |
23 | #include <sys/kd.h> | 34 | #include <sys/kd.h> |