From 71e635f367512e9ef5dba9e740c284af71215e14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Nussbaumer?= <rn@google.com>
Date: Tue, 12 Jan 2010 10:55:16 +0100
Subject: [PATCH] Fixing a typo in option description
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: RenΓ© Nussbaumer <rn@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
Signed-off-by: Iustin Pop <iustin@google.com>
---
 Ganeti/HTools/CLI.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ganeti/HTools/CLI.hs b/Ganeti/HTools/CLI.hs
index cfffee3e7..d5831ec4b 100644
--- a/Ganeti/HTools/CLI.hs
+++ b/Ganeti/HTools/CLI.hs
@@ -204,7 +204,7 @@ oExecJobs :: OptType
 oExecJobs = Option "X" ["exec"]
              (NoArg (\ opts -> Ok opts { optExecJobs = True}))
              "execute the suggested moves via Luxi (only available when using\
-             \ it for data gathering"
+             \ it for data gathering)"
 
 oVerbose :: OptType
 oVerbose = Option "v" ["verbose"]
-- 
GitLab