Ticket #652: help.diff

File help.diff, 998 bytes (added by anonymous, 15 years ago)
  • deluge/main.py

     
    4444                                           version=deluge.common.get_version()) 
    4545 
    4646    parser.add_option("-u", "--ui", dest="ui", 
    47         help="The UI that you wish to launch (gtk, web, console, null)", action="store", type="str") 
     47        help="""The UI that you wish to launch.  The UI choices are:            
     48                    gtk -- A GTK-based graphical user interface (default)    
     49                    web -- The web-based interface                               
     50                    console -- The console (i.e., command-line) interface        
     51                    null -- The null interface""", action="store", type="str") 
    4852    parser.add_option("-c", "--config", dest="config", 
    4953        help="Set the config location", action="store", type="str") 
    5054    parser.add_option("-l", "--logfile", dest="logfile",