diff options
Diffstat (limited to 'gnu/services/backup.scm')
| -rw-r--r-- | gnu/services/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/backup.scm b/gnu/services/backup.scm index 99a79ff5fbe..4d8cf167f04 100644 --- a/gnu/services/backup.scm +++ b/gnu/services/backup.scm @@ -129,7 +129,7 @@ values that can be lowered to strings.") (extra-flags (list-of-lowerables '()) "A list of values that are lowered to strings. These will be passed as -command-line arguments to the current job @command{restic backup} invokation.")) +command-line arguments to the current job @command{restic backup} invocation.")) (define list-of-restic-backup-jobs? (list-of restic-backup-job?)) |
