Skip to content

Commit

Permalink
Merge pull request #7944 from Gelma/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
ThomasWaldmann committed Dec 1, 2023
2 parents 443245a + fe17ce2 commit 6a511fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/borg/archiver/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6a511fd

Please sign in to comment.