Explorar o código

upgrade: remove short option for --inplace

Marian Beermann %!s(int64=8) %!d(string=hai) anos
pai
achega
3f72790b5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -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.""")