Revision 29a30533 htools/Ganeti/HTools/Program/Hcheck.hs

b/htools/Ganeti/HTools/Program/Hcheck.hs
51 51

  
52 52
-- | Options list and functions.
53 53
options :: IO [OptType]
54
options =
54
options = do
55
  luxi <- oLuxiSocket
55 56
  return
56 57
    [ oDataFile
57 58
    , oDiskMoves
......
61 62
    , oExTags
62 63
    , oIAllocSrc
63 64
    , oInstMoves
64
    , oLuxiSocket
65
    , luxi
65 66
    , oMachineReadable
66 67
    , oMaxCpu
67 68
    , oMaxSolLength

Also available in: Unified diff