Merge with bugfix-0.5
/mp3togo/conf.py
blob:bf6a7991d95547627ff3ea3a16874a4c005b1699 -> blob:f930d0c035d4b6d3388a385accb232f311a8fa3a
--- mp3togo/conf.py
+++ mp3togo/conf.py
@@ -101,6 +101,8 @@ class Options(options.Options):
('maxtempsize', '', '', 0L, None, ''),
('force', 'F', 'force', False, None,
'''Overwrite files if they already exist.'''),
+ ('update', 'u', 'update', False, None,
+ '''Overwrite files if they already exist only if they are older than the source file.'''),
('encoder', 'C', 'encoder', 'lame', None,
'''The encoder to use to create the output files. Options are wav, lame or oggenc.'''),
('encopts', 'E', 'encoder-options', '', None,