Changeset 867

Show
Ignore:
Timestamp:
06/06/07 08:39:53 (2 years ago)
Author:
lilo_booter
Message:

+ Correction to switch (thanks Julian)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/jahtools/jbatch/jbatch.py

    r866 r867  
    6666                elif i in ( "-v", "--video" ): 
    6767                        key = "video" 
    68                 elif i in ( "-v", "--audio" ): 
     68                elif i in ( "-a", "--audio" ): 
    6969                        key = "audio" 
    7070                elif i in [ "--help" ]: