From dbc1a26082b31e37eb9c69789726544c5d3e9b30 Mon Sep 17 00:00:00 2001
From: Johannes Rudolph <johannes.rudolph@ffnw.de>
Date: Mon, 3 Apr 2017 16:59:06 +0200
Subject: [PATCH] Update hoodselector: modify help output

---
 hoodselector/luasrc/usr/sbin/hoodselector | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/hoodselector/luasrc/usr/sbin/hoodselector b/hoodselector/luasrc/usr/sbin/hoodselector
index 4acd1fb..9822ad9 100755
--- a/hoodselector/luasrc/usr/sbin/hoodselector
+++ b/hoodselector/luasrc/usr/sbin/hoodselector
@@ -76,11 +76,12 @@ if arg[1] ~= nil then
       io.stderr:write("Hoodfile Path: " .. uci:get('hoodselector', 'hoodselector', 'hoodfile') .. "\n")
     end
   else
-    io.stderr:write("Hoodselector usage: \n\n")
-    io.stderr:write("hoodselector \t\t runs the Hoodselector\n")
-    io.stderr:write("hoodselector enable \t enable the Hoodselector\n")
-    io.stderr:write("hoodselector disable \t disable the Hoodselector\n")
-    io.stderr:write("hoodselector hoodfile \t shows the path of the Hoodfile\n")
+    io.stderr:write(
+           "Hoodselector usage: \n\n"
+        .. "hoodselector \t\t runs the Hoodselector\n"
+        .. "hoodselector enable \t enable the Hoodselector\n"
+        .. "hoodselector disable \t disable the Hoodselector\n"
+        .. "hoodselector hoodfile \t shows the path of the Hoodfile\n")
   end
   os.exit(0)
 end
-- 
GitLab