From 4b4f56da42f74c0720194ad794918a5c98d11669 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 24 Aug 2023 14:00:29 -0700 Subject: [PATCH] Fix another database -> data source instance (#685). --- borgmatic/commands/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/commands/arguments.py b/borgmatic/commands/arguments.py index 0632ea2e..5fdec821 100644 --- a/borgmatic/commands/arguments.py +++ b/borgmatic/commands/arguments.py @@ -924,7 +924,7 @@ def make_parsers(): metavar='NAME', dest='data_sources', 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( '--schema',