Ticket #623: bcfg2-background.diff

File bcfg2-background.diff, 727 bytes (added by [email protected]…, 15 years ago)

add argument description for the "-i" option

  • lib/Options.py

     
    237237                            odesc='<f1,f2>', cook=flist_split) 
    238238CLIENT_QUICK = Option('disable some checksum verification', default=False, 
    239239                      cmd='-q', ) 
    240 CLIENT_BACKGROUND = Option('Daemonize the agent', default=False, cmd='-i', ) 
     240CLIENT_BACKGROUND = Option('Daemonize the agent', default=False, cmd='-i', odesc='<pid file>') 
    241241CLIENT_PORT = Option('the port on which to bind for agent mode', default='6789', 
    242242                     cmd='-g', cf=('communication', 'agent-port'), 
    243243                     odesc='<agent port>')