diff options
| author | Adam Duskett <Aduskett@gmail.com> | 2017-05-05 10:08:08 -0400 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-11 23:29:21 +0200 |
| commit | 67f4794de1d87f25a2fad13c854a330f286d08ba (patch) | |
| tree | 7b63a1ec7a2c9463b7ca7fddd0e14c2e00930a16 /package/ddrescue | |
| parent | ee71aa2375a57bdebb9d8aa13a474e97e942e313 (diff) | |
| download | buildroot-67f4794de1d87f25a2fad13c854a330f286d08ba.tar.gz buildroot-67f4794de1d87f25a2fad13c854a330f286d08ba.zip | |
package/d*/Config.in: fix help text wrapping
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 d 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@codeblue.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ddrescue')
| -rw-r--r-- | package/ddrescue/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/ddrescue/Config.in b/package/ddrescue/Config.in index 2ec3e7e303..a58561cb9b 100644 --- a/package/ddrescue/Config.in +++ b/package/ddrescue/Config.in @@ -2,9 +2,9 @@ config BR2_PACKAGE_DDRESCUE bool "ddrescue" depends on BR2_INSTALL_LIBSTDCPP help - GNU ddrescue is a data recovery tool. It copies data from one file - or block device (hard disc, cdrom, etc) to another, trying to - rescue the good parts first in case of read errors. + GNU ddrescue is a data recovery tool. It copies data from one + file or block device (hard disc, cdrom, etc) to another, + trying to rescue the good parts first in case of read errors. http://www.gnu.org/software/ddrescue/ddrescue.html |

