Revision 91ef0821 src/Ganeti/Daemon.hs

b/src/Ganeti/Daemon.hs
139 139
oNoDaemonize :: OptType
140 140
oNoDaemonize =
141 141
  (Option "f" ["foreground"]
142
   (NoArg (\ opts -> Ok opts { optDaemonize = False}))
142
   (NoArg (\ opts -> Ok opts { optDaemonize = False }))
143 143
   "Don't detach from the current terminal",
144 144
   OptComplNone)
145 145

  

Also available in: Unified diff