diff mbox

[4/6] package/mpd: fix line length for help text

Message ID 1418078694-26331-4-git-send-email-jkrause@posteo.de
State Accepted
Headers show

Commit Message

Jörg Krause Dec. 8, 2014, 10:44 p.m. UTC
Make help text lines not longer as 80 characters (one tab weights eight chars).

Signed-off-by: Jörg Krause <jkrause@posteo.de>
---
 package/mpd/Config.in | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni Dec. 9, 2014, 6:54 p.m. UTC | #1
Dear Jörg Krause,

On Mon,  8 Dec 2014 23:44:52 +0100, Jörg Krause wrote:
> Make help text lines not longer as 80 characters (one tab weights eight chars).
> 
> Signed-off-by: Jörg Krause <jkrause@posteo.de>
> ---
>  package/mpd/Config.in | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Applied, after wrapping some other help texts that were also too long
(at least from Emacs text wrapping perspective, which as we all know is
the absolute rule everyone must follow! :-))

Thanks,

Thomas
diff mbox

Patch

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 3435b05..901902b 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -65,8 +65,8 @@  config BR2_PACKAGE_MPD_AUDIOFILE
 config BR2_PACKAGE_MPD_DSD
 	bool "dsd"
 	help
-	  Enable Digital Speech Decoder (DSD) support to play audio files encoded
-	  in a digital speech format.
+	  Enable Digital Speech Decoder (DSD) support to play audio files
+	  encoded in a digital speech format.
 
 config BR2_PACKAGE_MPD_FAAD2
 	bool "faad2"
@@ -263,8 +263,8 @@  config BR2_PACKAGE_MPD_AVAHI_SUPPORT
 	select BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY
 	help
 	  Enable Avahi (zeroconf) support.
-	  Select this for multicast DNS/DNS-SD service discovery support. This allows
-	  MPD to publish service information on a local network.
+	  Select this for multicast DNS/DNS-SD service discovery support. This
+	  allows MPD to publish service information on a local network.
 
 comment "avahi support needs a toolchain w/ dynamic library"
 	depends on BR2_PREFER_STATIC_LIB