Revision b6d9bec8 src/Ganeti/HTools/Program/Main.hs

b/src/Ganeti/HTools/Program/Main.hs
38 38
import Ganeti.Common (formatCommands, PersonalityList)
39 39
import Ganeti.HTools.CLI (Options, parseOpts, genericOpts)
40 40
import qualified Ganeti.HTools.Program.Hail as Hail
41
import qualified Ganeti.HTools.Program.Harep as Harep
41 42
import qualified Ganeti.HTools.Program.Hbal as Hbal
42 43
import qualified Ganeti.HTools.Program.Hcheck as Hcheck
43 44
import qualified Ganeti.HTools.Program.Hscan as Hscan
......
53 54
                 "Ganeti IAllocator plugin that implements the instance\
54 55
                 \ placement and movement using the same algorithm as\
55 56
                 \ hbal(1)"))
57
  , ("harep",   (Harep.main,   Harep.options,   Harep.arguments,
58
                 "auto-repair tool that detects certain kind of problems\
59
                 \ with instances and applies the allowed set of solutions"))
56 60
  , ("hbal",    (Hbal.main,    Hbal.options,    Hbal.arguments,
57 61
                 "cluster balancer that looks at the current state of\
58 62
                 \ the cluster and computes a series of steps designed\

Also available in: Unified diff