aboutsummaryrefslogtreecommitdiff
path: root/console-tools/loadfont.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-21 09:50:55 +0200
commit72089cf6b4a77214ec4fd21d5ee5bf56958781cb (patch)
treea5cd9d8f47e909834d3dbc44f895556e68bcf18f /console-tools/loadfont.c
parent75d151e31d135ebab083307ded4e9b98970baa75 (diff)
downloadbusybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.gz
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.tar.bz2
busybox-w32-72089cf6b4a77214ec4fd21d5ee5bf56958781cb.zip
config: deindent all help texts
Those two spaces after tab have no effect, and always a nuisance when editing. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r--console-tools/loadfont.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c
index b7d291723..6dc8fa831 100644
--- a/console-tools/loadfont.c
+++ b/console-tools/loadfont.c
@@ -14,29 +14,29 @@
14//config: default y 14//config: default y
15//config: select PLATFORM_LINUX 15//config: select PLATFORM_LINUX
16//config: help 16//config: help
17//config: This program loads a console font from standard input. 17//config: This program loads a console font from standard input.
18//config: 18//config:
19//config:config SETFONT 19//config:config SETFONT
20//config: bool "setfont (26 kb)" 20//config: bool "setfont (26 kb)"
21//config: default y 21//config: default y
22//config: select PLATFORM_LINUX 22//config: select PLATFORM_LINUX
23//config: help 23//config: help
24//config: Allows to load console screen map. Useful for i18n. 24//config: Allows to load console screen map. Useful for i18n.
25//config: 25//config:
26//config:config FEATURE_SETFONT_TEXTUAL_MAP 26//config:config FEATURE_SETFONT_TEXTUAL_MAP
27//config: bool "Support reading textual screen maps" 27//config: bool "Support reading textual screen maps"
28//config: default y 28//config: default y
29//config: depends on SETFONT 29//config: depends on SETFONT
30//config: help 30//config: help
31//config: Support reading textual screen maps. 31//config: Support reading textual screen maps.
32//config: 32//config:
33//config:config DEFAULT_SETFONT_DIR 33//config:config DEFAULT_SETFONT_DIR
34//config: string "Default directory for console-tools files" 34//config: string "Default directory for console-tools files"
35//config: default "" 35//config: default ""
36//config: depends on SETFONT 36//config: depends on SETFONT
37//config: help 37//config: help
38//config: Directory to use if setfont's params are simple filenames 38//config: Directory to use if setfont's params are simple filenames
39//config: (not /path/to/file or ./file). Default is "" (no default directory). 39//config: (not /path/to/file or ./file). Default is "" (no default directory).
40//config: 40//config:
41//config:comment "Common options for loadfont and setfont" 41//config:comment "Common options for loadfont and setfont"
42//config: depends on LOADFONT || SETFONT 42//config: depends on LOADFONT || SETFONT