diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-11-26 21:27:40 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-12-04 10:11:13 +0100 |
commit | 23fd6c16dee9731bcadb79bc8cbe28c405f5430e (patch) | |
tree | eae4b0f8f1bfaa8afb9eff30be41c31fde98b390 /com32/hdt/floppy | |
parent | 2d5abc087621a9848e8dfae0ea221bbeab3e63a2 (diff) | |
download | syslinux.git-23fd6c16dee9731bcadb79bc8cbe28c405f5430e.tar.gz syslinux.git-23fd6c16dee9731bcadb79bc8cbe28c405f5430e.tar.xz syslinux.git-23fd6c16dee9731bcadb79bc8cbe28c405f5430e.zip |
hdt: Improving help messages' display in menu
Impact: Visual
Help messages need a space for increasing readbility
Diffstat (limited to 'com32/hdt/floppy')
-rw-r--r-- | com32/hdt/floppy/hdt.cfg | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index 203dd214..010d1372 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -26,7 +26,7 @@ LABEL hdt MENU LABEL Menu mode MENU DEFAULT TEXT HELP -Starts HDT using the MENU mode + Starts HDT using the MENU mode ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet @@ -34,8 +34,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL cli MENU LABEL CLI (VESA mode) TEXT HELP -Starts HDT using the Command Line Interface (CLI) -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa @@ -43,8 +43,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL vesa MENU LABEL CLI (Text mode) TEXT HELP -Starts HDT using the Command Line Interface (CLI) -VESA mode is disabled + Starts HDT using the Command Line Interface (CLI) + VESA mode is disabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu @@ -52,8 +52,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL summary MENU LABEL CLI (Auto summary) TEXT HELP -Starts HDT using the Command Line Interface (CLI) and run 'show summary' -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) and run 'show summary' + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show summary' @@ -61,8 +61,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids LABEL verbose MENU LABEL CLI (Verbose) TEXT HELP -Starts HDT using the Command Line Interface (CLI) using the verbose mode -VESA mode is enabled + Starts HDT using the Command Line Interface (CLI) using the verbose mode + VESA mode is enabled ENDTEXT COM32 hdt.c32 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu |