diff mbox

e2tools/host: remove hyphen

Message ID 1427405407-6338-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias March 26, 2015, 9:30 p.m. UTC
All the other host packages that have a menu entry use a space, so make
it consistent.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/e2tools/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/package/e2tools/Config.in.host b/package/e2tools/Config.in.host
index 772262a..859c47b 100644
--- a/package/e2tools/Config.in.host
+++ b/package/e2tools/Config.in.host
@@ -1,5 +1,5 @@ 
 config BR2_PACKAGE_HOST_E2TOOLS
-	bool "host-e2tools"
+	bool "host e2tools"
 	select BR2_PACKAGE_HOST_E2FSPROGS
 	help
 	  E2tools is a simple set of GPL'ed utilities to read, write,