summaryrefslogtreecommitdiffstats
path: root/package/gptfdisk
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:43 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:20 +0200
commitbe9d731edf6d5fbd138c4fb4cc09d0fa6ae2d147 (patch)
tree57bf3d7b9b3c877a849d81687f75432c6916c596 /package/gptfdisk
parent30cf833b88e7e374ff13010e013ce7c7fee2956a (diff)
downloadbuildroot-be9d731edf6d5fbd138c4fb4cc09d0fa6ae2d147.tar.gz
buildroot-be9d731edf6d5fbd138c4fb4cc09d0fa6ae2d147.zip
package/g*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter g in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gptfdisk')
-rw-r--r--package/gptfdisk/Config.in18
1 files changed, 10 insertions, 8 deletions
diff --git a/package/gptfdisk/Config.in b/package/gptfdisk/Config.in
index d243b90839..ede72f3b1d 100644
--- a/package/gptfdisk/Config.in
+++ b/package/gptfdisk/Config.in
@@ -10,9 +10,10 @@ config BR2_PACKAGE_GPTFDISK
!(BR2_PACKAGE_GPTFDISK_SGDISK || BR2_PACKAGE_GPTFDISK_CGDISK)
help
GPT fdisk (consisting of the gdisk and sgdisk programs) is a
- text-mode partitioning tool that works on Globally Unique Identifier
- (GUID) Partition Table (GPT) disks, rather than on the more common
- (through 2010) Master Boot Record (MBR) partition tables.
+ text-mode partitioning tool that works on Globally Unique
+ Identifier (GUID) Partition Table (GPT) disks, rather than on
+ the more common (through 2010) Master Boot Record (MBR)
+ partition tables.
http://www.rodsbooks.com/gdisk/
@@ -22,16 +23,17 @@ config BR2_PACKAGE_GPTFDISK_GDISK
bool "interactive gdisk"
help
Install the interactive GUID partition table (GPT) manipulator
- /usr/sbin/gdisk which is modelled after and quite similar in use
- to the traditional MBR based fdisk tool.
+ /usr/sbin/gdisk which is modelled after and quite similar in
+ use to the traditional MBR based fdisk tool.
config BR2_PACKAGE_GPTFDISK_SGDISK
bool "command line sgdisk"
select BR2_PACKAGE_POPT
help
- Install the command-line GUID partition table (GPT) manipulator
- /usr/sbin/sgdisk which is named after the traditional MBR based
- sfdisk tool albeit with an entirely different option syntax.
+ Install the command-line GUID partition table (GPT)
+ manipulator /usr/sbin/sgdisk which is named after the
+ traditional MBR based sfdisk tool albeit with an entirely
+ different option syntax.
config BR2_PACKAGE_GPTFDISK_CGDISK
bool "ncurses cgdisk"
OpenPOWER on IntegriCloud