docs: distinguish description for contract databasebackup from backup's

Signed-off-by: cinereal <cinereal@riseup.net>
This commit is contained in:
cinereal 2025-12-06 20:18:34 +01:00 committed by Pierre Penninckx
parent ef7f2212f5
commit 7d398c769e
2 changed files with 4 additions and 4 deletions

View file

@ -158,7 +158,7 @@ in
description = ''
Result part of the backup contract.
Options set by the provider module that indicates the name of the backup and restor scripts.
Options set by the provider module that indicates the name of the backup and restore scripts.
'';
default = {
inherit restoreScript backupService;

View file

@ -24,7 +24,7 @@ in
}:
mkOption {
description = ''
Request part of the backup contract.
Request part of the database backup contract.
Options set by the requester module
enforcing how to backup files.
@ -122,9 +122,9 @@ in
}:
mkOption {
description = ''
Result part of the backup contract.
Result part of the database backup contract.
Options set by the provider module that indicates the name of the backup and restor scripts.
Options set by the provider module that indicates the name of the backup and restore scripts.
'';
default = {
inherit restoreScript backupService;