upgrade: remove short option for --inplace

This commit is contained in:
Marian Beermann 2017-06-17 16:44:13 +02:00
parent 28f944bd91
commit 3f72790b5d
1 changed files with 1 additions and 1 deletions

View File

@ -3485,7 +3485,7 @@ class Archiver:
subparser.add_argument('-n', '--dry-run', dest='dry_run',
default=False, action='store_true',
help='do not change repository')
subparser.add_argument('-i', '--inplace', dest='inplace',
subparser.add_argument('--inplace', dest='inplace',
default=False, action='store_true',
help="""rewrite repository in place, with no chance of going back to older
versions of the repository.""")