~bzr-mac/bzr-mac-installers/2.4

« back to all changes in this revision

Viewing changes to fetch-external.py

  • Committer: Gordon Tyler
  • Date: 2011-07-09 19:04:26 UTC
  • Revision ID: gordon@doxxx.net-20110709190426-fl1uykofiltxiniv
Removed obsolete commandline option from fetch-external.py help output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
 
180
180
 
181
181
if __name__ == '__main__':
182
 
    parser = OptionParser(usage="%prog [-c CONFIG_FILE] [-d] [-p] [-u]") 
 
182
    parser = OptionParser(usage="%prog [-c CONFIG_FILE] [-d] [-p]") 
183
183
    parser.add_option('-p', '--packages', dest='packages', action="store_true",
184
184
                      help='download dependencies')
185
185
    parser.add_option('-d', '--docs', dest='docs', action="store_true",