Changeset 1477 in tailor


Ignore:
Timestamp:
10/13/07 20:57:21 (6 years ago)
Author:
techtonik@…
Hash name:
20071013185721-138f5-1235b29d7e3874c49c7ac1e8cd75baad78b8bdd7
Message:

reflect test capability in usage hint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/tailor.py

    r1448 r1477  
    295295    from os import getcwd 
    296296 
    297     parser = OptionParser(usage='%prog [options] [project ...]', 
     297    usage = "usage: \n\ 
     298       1. %prog [options] [project ...]\n\ 
     299       2. %prog test [--help] [...]" 
     300    parser = OptionParser(usage=usage, 
    298301                          version=__version__, 
    299302                          option_list=GENERAL_OPTIONS) 
Note: See TracChangeset for help on using the changeset viewer.