Revision b8a2c0ab htools/Ganeti/HTools/CLI.hs

b/htools/Ganeti/HTools/CLI.hs
298 298
oMaxSolLength :: OptType
299 299
oMaxSolLength = Option "l" ["max-length"]
300 300
                (ReqArg (\ i opts -> Ok opts { optMaxLength = read i }) "N")
301
                "cap the solution at this many moves (useful for very\
302
                \ unbalanced clusters)"
301
                "cap the solution at this many balancing or allocation \
302
                \ rounds (useful for very unbalanced clusters or empty \
303
                \ clusters)"
303 304

  
304 305
oMinDisk :: OptType
305 306
oMinDisk = Option "" ["min-disk"]

Also available in: Unified diff