Fix typo (extra parenthesis). (#6316)

This commit is contained in:
Juanjo Bazán 2019-03-06 12:43:20 +01:00 committed by Chris Jerdonek
parent 4589ed464e
commit 61e5970fa4
2 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def exists_action():
action='append',
metavar='action',
help="Default action when a path already exists: "
"(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort).",
"(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.",
)