fix typos

Thanks go to:
Author: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
Thomas Waldmann 2023-12-01 21:58:26 +01:00
parent 443245a547
commit fe17ce2bba
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ Other changes:
- improve mount options rendering, #7359
- make timestamps in manual pages reproducible.
- describe performing pull-backups via ssh remote forwarding
- suggest to use forced command when using remote-fowarding via ssh
- suggest to use forced command when using remote-forwarding via ssh
- fix some -a / --match-archives docs issues
- incl./excl. options header, clarify --path-from-stdin exclusive control
- add note about MAX_DATA_SIZE

View File

@ -420,7 +420,7 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True, ol
dest="older",
type=relative_time_marker_validator,
action=Highlander,
help="consider archives older than (now - TIMESPAN), e.g. 7d oder 12m.",
help="consider archives older than (now - TIMESPAN), e.g. 7d or 12m.",
)
group.add_argument(
"--newer",