Browse Source

package/qt5/qt5virtualkeyboard: rewrap Config.in help text

check-package complains with:

package/qt5/qt5virtualkeyboard/Config.in:59: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

So let's rewrap the Config.in help text.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thomas Petazzoni 6 years ago
parent
commit
88b2e747df
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/qt5/qt5virtualkeyboard/Config.in

+ 2 - 1
package/qt5/qt5virtualkeyboard/Config.in

@@ -56,6 +56,7 @@ config BR2_PACKAGE_QT5VIRTUALKEYBOARD_HANDWRITING
 config BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
 config BR2_PACKAGE_QT5VIRTUALKEYBOARD_ARROW_KEY_NAVIGATION
 	bool "Arrow key navigation"
 	bool "Arrow key navigation"
 	help
 	help
-	  Allows controlling the keyboard using the arrow and return keys.
+	  Allows controlling the keyboard using the arrow and return
+	  keys.
 
 
 endif
 endif