Cleanup HTools.Types/BasicTypes imports
[ganeti-local] / htools / hconfd.hs
index 1ac173e..dd62f25 100644 (file)
@@ -4,7 +4,7 @@
 
 {-
 
-Copyright (C) 2009, 2011 Google Inc.
+Copyright (C) 2009, 2011, 2012 Google Inc.
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -33,12 +33,12 @@ import qualified Ganeti.Constants as C
 -- | Options list and functions.
 options :: [OptType]
 options =
-  [ oShowHelp
-  , oShowVer
-  , oNoDaemonize
+  [ oNoDaemonize
   , oNoUserChecks
   , oDebug
   , oPort C.defaultConfdPort
+  , oBindAddress
+  , oSyslogUsage
   ]
 
 -- | Main function.