Revision 516c52f2

b/src/Ganeti/HTools/CLI.hs
286 286
oEvacMode =
287 287
  (Option "E" ["evac-mode"]
288 288
   (NoArg (\opts -> Ok opts { optEvacMode = True }))
289
   "enable evacuation mode, where the algorithm only moves \
289
   "enable evacuation mode, where the algorithm only moves\
290 290
   \ instances away from offline and drained nodes",
291 291
   OptComplNone)
292 292

  
......
366 366
  (Option "l" ["max-length"]
367 367
   (reqWithConversion (tryRead "max solution length")
368 368
    (\i opts -> Ok opts { optMaxLength = i }) "N")
369
   "cap the solution at this many balancing or allocation \
370
   \ rounds (useful for very unbalanced clusters or empty \
369
   "cap the solution at this many balancing or allocation\
370
   \ rounds (useful for very unbalanced clusters or empty\
371 371
   \ clusters)",
372 372
   OptComplInteger)
373 373

  

Also available in: Unified diff