user_options
user_options = [ ('dist-dir=', 'd', 'specify directory for zip output'), ('checkin', 'c', 'replace existing zip file and checkin to svn (only works if you have commit access)'), ('update', 'u', 'update the docs on the code.enthought.com website'), ('repo=', 'r', 'repository where web docs will be checked out and updated (default set in setup.cfg)'), ('ssh-server=', 's', 'server to log into when updating remote docs (default set in setup.cfg)'), ('remote-dir=', 't', 'location of docs on remote server (default set in setup.cfg)'), ('username=', None, 'username to specify for ssh login when updating CEC') ]