Changeset 625 for trunk/email2trac.py.in


Ignore:
Timestamp:
06/18/13 10:59:35 (11 years ago)
Author:
bas
Message:

changed the short option for virtualenv to -E, else we have conflict with run_email2trac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/email2trac.py.in

    r624 r625  
    4040                -A, --agilo
    4141                -d, --debug
    42                 -e, --virtualenv <path>
     42                -E, --virtualenv <path>
    4343                -f,--file  <configuration file>
    4444                -n,--dry-run
     
    26272627        elif opt in ['-d', '--debug']:
    26282628            debug_interactive = 1
    2629         elif opt in ['-e', '--virtualenv']:
     2629        elif opt in ['-E', '--virtualenv']:
    26302630            virtualenv = value
    26312631        elif opt in ['-f', '--file']:
Note: See TracChangeset for help on using the changeset viewer.