diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-17 14:12:26 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-17 14:12:26 +0000 |
commit | c8d02aa959d3543239701d7170e0255c49ad6d9e (patch) | |
tree | dff730a0992022105fa3b2795edc1af5055dbc80 /include/usage.h | |
parent | eb084779d7f3feba414d679006d4f1633451677f (diff) | |
download | busybox-w32-c8d02aa959d3543239701d7170e0255c49ad6d9e.tar.gz busybox-w32-c8d02aa959d3543239701d7170e0255c49ad6d9e.tar.bz2 busybox-w32-c8d02aa959d3543239701d7170e0255c49ad6d9e.zip |
setfont: new applet by Vladimir
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index e24299088..feeaadd52 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3501,6 +3501,15 @@ | |||
3501 | "\n -vv Show changes in file labels, if type, role, or user are changing" \ | 3501 | "\n -vv Show changes in file labels, if type, role, or user are changing" \ |
3502 | "\n -W Display warnings about entries that had no matching files" \ | 3502 | "\n -W Display warnings about entries that had no matching files" \ |
3503 | 3503 | ||
3504 | #define setfont_trivial_usage \ | ||
3505 | "[-m mapfile] font" | ||
3506 | #define setfont_full_usage "\n\n" \ | ||
3507 | "Load a console font\n" \ | ||
3508 | "\nOptions:" \ | ||
3509 | "\n -m mapfile Load console screen map from mapfile" | ||
3510 | #define setfont_example_usage \ | ||
3511 | "$ setfont -m koi8-r /etc/i18n/fontname\n" | ||
3512 | |||
3504 | #define setkeycodes_trivial_usage \ | 3513 | #define setkeycodes_trivial_usage \ |
3505 | "SCANCODE KEYCODE..." | 3514 | "SCANCODE KEYCODE..." |
3506 | #define setkeycodes_full_usage "\n\n" \ | 3515 | #define setkeycodes_full_usage "\n\n" \ |