From b5e85ae2aee3b7d77b3b32bd2de0bc23430de847 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Mon, 23 Oct 2023 16:22:44 +0800 Subject: [PATCH] follow up: 3bbeeb87e074016db45e6df397b0b379210a5549 fix typo Change-Id: Ib7780066cce4b3f70c40ebc1280d5e86dae340a1 --- trove/common/cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trove/common/cfg.py b/trove/common/cfg.py index 4a27e2e38c..1cf6666ed5 100644 --- a/trove/common/cfg.py +++ b/trove/common/cfg.py @@ -1446,7 +1446,7 @@ mariadb_opts = [ help='The docker image used for backup and restore. Trove will uses' 'datastore version as the image tag, for example: ' 'your-registry/your-repo/db-backup-mariadb:10.3 is used for ' - 'postgresql datastore with version 10.3' + 'mariadb datastore with version 10.3' ), ]