Import latest options.py from bup.
This commit is contained in:
parent
20951f9e6e
commit
75c3a0a46b
2 changed files with 86 additions and 16 deletions
2
redo.py
2
redo.py
|
|
@ -16,7 +16,7 @@ debug-locks print messages about file locking (useful for debugging)
|
|||
debug-pids print process ids as part of log messages (useful for debugging)
|
||||
version print the current version and exit
|
||||
"""
|
||||
o = options.Options('redo', optspec)
|
||||
o = options.Options(optspec)
|
||||
(opt, flags, extra) = o.parse(sys.argv[1:])
|
||||
|
||||
targets = extra
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue