Changeset 41

Show
Ignore:
Timestamp:
06/07/06 17:48:46 (7 years ago)
Author:
mk
Message:

Changed description of --path command line option (following Will Guaraldi suggestion).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/cheesecake/cheesecake_index.py

    r40 r41  
    12101210                      default="", help="package URL") 
    12111211    parser.add_option("-p", "--path", dest="path", 
    1212                       default="", help="package path on local file system") 
     1212                      default="", help="path of tar.gz/zip package on local file system") 
    12131213    parser.add_option("-s", "--sandbox", dest="sandbox", 
    12141214                      default=None,