Changeset 625


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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r621 r625  
    7474AC_ARG_WITH(virtualenv,
    7575[
    76   --with-virtualenv=directory    Specify the default virtualenv path to use for trac,
     76  --with-virtualenv=path  Specify the default virtualenv path to use for trac,
    7777                          default=""],
    7878
  • 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.