~laney/ubuntu-archive-tools/cm-show-fix-released

« back to all changes in this revision

Viewing changes to copy-package

  • Committer: William Grant
  • Date: 2015-08-08 00:31:04 UTC
  • mto: This revision was merged to the branch mainline in revision 970.
  • Revision ID: william.grant@canonical.com-20150808003104-npkc5y905mql7oqj
Document archive reference syntax on scripts that take one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
 
97
97
def main():
98
 
    parser = OptionParser(usage="usage: %prog [options] package [...]")
 
98
    parser = OptionParser(
 
99
        usage="usage: %prog [options] package [...]",
 
100
        epilog=lputils.ARCHIVE_REFERENCE_DESCRIPTION)
99
101
    parser.add_option(
100
102
        "-l", "--launchpad", dest="launchpad_instance", default="production")
101
103
    parser.add_option(