Fix another database -> data source instance (#685).
This commit is contained in:
parent
b96d1898f7
commit
4b4f56da42
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ def make_parsers():
|
||||||
metavar='NAME',
|
metavar='NAME',
|
||||||
dest='data_sources',
|
dest='data_sources',
|
||||||
action='append',
|
action='append',
|
||||||
help="Name of data source (e.g. database) to restore from archive, must be defined in borgmatic's configuration, can specify flag multiple times, defaults to all databases",
|
help="Name of data source (e.g. database) to restore from archive, must be defined in borgmatic's configuration, can specify flag multiple times, defaults to all data sources in the archive",
|
||||||
)
|
)
|
||||||
restore_group.add_argument(
|
restore_group.add_argument(
|
||||||
'--schema',
|
'--schema',
|
||||||
|
|
Loading…
Reference in a new issue