diff --git a/Ganeti/HTools/CLI.hs b/Ganeti/HTools/CLI.hs
index cfffee3e724c30b115304b6145100e4b8484ed50..d5831ec4bfc041aae4b546300b19ce3b390a67e7 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"]