mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
upgrade: remove short option for --inplace
This commit is contained in:
parent
28f944bd91
commit
3f72790b5d
1 changed files with 1 additions and 1 deletions
|
@ -3485,7 +3485,7 @@ def define_common_options(add_common_option):
|
|||
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.""")
|
||||
|
|
Loading…
Reference in a new issue