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

b/htools/Ganeti/HTools/Program/Hspace.hs
54 54

  
55 55
-- | Options list and functions.
56 56
options :: IO [OptType]
57
options =
57
options = do
58
  luxi <- oLuxiSocket
58 59
  return
59 60
    [ oPrintNodes
60 61
    , oDataFile
......
62 63
    , oSpindleUse
63 64
    , oNodeSim
64 65
    , oRapiMaster
65
    , oLuxiSocket
66
    , luxi
66 67
    , oIAllocSrc
67 68
    , oVerbose
68 69
    , oQuiet

Also available in: Unified diff