summaryrefslogtreecommitdiffstats
path: root/package/mtools
diff options
context:
space:
mode:
authorGaël PORTAY <gael.portay@savoirfairelinux.com>2018-02-14 00:04:56 -0500
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-02-14 21:25:04 +0100
commitc667c21f18776ad59c6b70842d65b009f568e451 (patch)
tree4cbfbcd066cd308d2651d6284c56f07bde8295bb /package/mtools
parent298b8a38dd752c12437611c92e722400de93bf9c (diff)
downloadbuildroot-c667c21f18776ad59c6b70842d65b009f568e451.tar.gz
buildroot-c667c21f18776ad59c6b70842d65b009f568e451.zip
package/*/Config.in.host: fix help text check-package warnings
This commit fixes the warnings reported by check-package on the help text of all package Config.in.host files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. Signed-off-by: Gaël PORTAY <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/mtools')
-rw-r--r--package/mtools/Config.in.host8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/mtools/Config.in.host b/package/mtools/Config.in.host
index 96b332b039..42cb6f80fb 100644
--- a/package/mtools/Config.in.host
+++ b/package/mtools/Config.in.host
@@ -1,9 +1,9 @@
config BR2_PACKAGE_HOST_MTOOLS
bool "host mtools"
help
- Mtools is a collection of utilities to access MS-DOS disks from
- Unix without mounting them. It supports Win'95 style long file
- names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high
- density 3 1/2 disk).
+ Mtools is a collection of utilities to access MS-DOS disks
+ from Unix without mounting them. It supports Win'95 style long
+ file names, OS/2 Xdf disks and 2m disks (store up to 1992k on
+ a high density 3 1/2 disk).
http://www.gnu.org/software/mtools/
OpenPOWER on IntegriCloud