mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-23 14:41:43 +00:00
init: remove short option for --append-only
This commit is contained in:
parent
b1dab2c661
commit
28f944bd91
1 changed files with 1 additions and 1 deletions
|
@ -2516,7 +2516,7 @@ def define_common_options(add_common_option):
|
|||
subparser.add_argument('-e', '--encryption', dest='encryption', required=True,
|
||||
choices=('none', 'keyfile', 'repokey', 'keyfile-blake2', 'repokey-blake2', 'authenticated'),
|
||||
help='select encryption key mode **(required)**')
|
||||
subparser.add_argument('-a', '--append-only', dest='append_only', action='store_true',
|
||||
subparser.add_argument('--append-only', dest='append_only', action='store_true',
|
||||
help='create an append-only mode repository')
|
||||
subparser.add_argument('--storage-quota', dest='storage_quota', default=None,
|
||||
type=parse_storage_quota,
|
||||
|
|
Loading…
Reference in a new issue