From 8e1a682560b48b74817ba4e724c8f2788561e50d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 6 Feb 2015 12:19:36 +0100 Subject: [PATCH] Fix haddock comment Signed-off-by: Klaus Aehlig Reviewed-by: Helga Velroyen --- src/Ganeti/HTools/CLI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ganeti/HTools/CLI.hs b/src/Ganeti/HTools/CLI.hs index 0ead91e84..6202d4a6a 100644 --- a/src/Ganeti/HTools/CLI.hs +++ b/src/Ganeti/HTools/CLI.hs @@ -141,7 +141,7 @@ data Options = Options , optAcceptExisting :: Bool -- ^ accept existing N+1 violations , optMonD :: Bool -- ^ Query MonDs , optMonDFile :: Maybe FilePath -- ^ Optional file with data provided - -- ^ by MonDs + -- by MonDs , optEvacMode :: Bool -- ^ Enable evacuation mode , optRestrictedMigrate :: Bool -- ^ Disallow replace-primary moves , optExInst :: [String] -- ^ Instances to be excluded -- GitLab