docs: distinguish description for contract databasebackup from backup's
Signed-off-by: cinereal <cinereal@riseup.net>
This commit is contained in:
parent
ef7f2212f5
commit
7d398c769e
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue