Ticket #623: bcfg2-background.diff
File bcfg2-background.diff, 727 bytes (added by [email protected]…, 15 years ago) |
---|
-
lib/Options.py
237 237 odesc='<f1,f2>', cook=flist_split) 238 238 CLIENT_QUICK = Option('disable some checksum verification', default=False, 239 239 cmd='-q', ) 240 CLIENT_BACKGROUND = Option('Daemonize the agent', default=False, cmd='-i', )240 CLIENT_BACKGROUND = Option('Daemonize the agent', default=False, cmd='-i', odesc='<pid file>') 241 241 CLIENT_PORT = Option('the port on which to bind for agent mode', default='6789', 242 242 cmd='-g', cf=('communication', 'agent-port'), 243 243 odesc='<agent port>')