diff options
Diffstat (limited to 'subcmds/download.py')
-rw-r--r-- | subcmds/download.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/download.py b/subcmds/download.py index 4396c9e7..1c0bf5ce 100644 --- a/subcmds/download.py +++ b/subcmds/download.py | |||
@@ -60,7 +60,6 @@ If no project is specified try to use current directory as a project. | |||
60 | p.add_option( | 60 | p.add_option( |
61 | "-r", | 61 | "-r", |
62 | "--revert", | 62 | "--revert", |
63 | dest="revert", | ||
64 | action="store_true", | 63 | action="store_true", |
65 | help="revert instead of checkout", | 64 | help="revert instead of checkout", |
66 | ) | 65 | ) |