diff options
Diffstat (limited to 'subcmds/abandon.py')
-rw-r--r-- | subcmds/abandon.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index 3208be6b..f1688e7b 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py | |||
@@ -48,7 +48,6 @@ It is equivalent to "git branch -D <branchname>". | |||
48 | def _Options(self, p): | 48 | def _Options(self, p): |
49 | p.add_option( | 49 | p.add_option( |
50 | "--all", | 50 | "--all", |
51 | dest="all", | ||
52 | action="store_true", | 51 | action="store_true", |
53 | help="delete all branches in all projects", | 52 | help="delete all branches in all projects", |
54 | ) | 53 | ) |