mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
--repo: add -r short option
This commit is contained in:
parent
801ce819a3
commit
206245f3cd
1 changed files with 1 additions and 1 deletions
|
|
@ -3207,7 +3207,7 @@ class Archiver:
|
|||
'compatible file can be generated by suffixing FILE with ".pyprof".')
|
||||
add_common_option('--rsh', metavar='RSH', dest='rsh',
|
||||
help="Use this command to connect to the 'borg serve' process (default: 'ssh')")
|
||||
add_common_option('--repo', metavar='REPO', dest='location',
|
||||
add_common_option('-r', '--repo', metavar='REPO', dest='location',
|
||||
type=location_validator(other=False), default=Location(other=False),
|
||||
help="repository to use")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue