Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 24, 2022
1 parent d7070be commit 4dd7033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ option.
The command operates by mounting the desired archive, performing the comparison,
and then unmounting the directory. Problems sometimes occur that can result in
the archive remaining mounted. In this case you will need to resolve any issues
that are preventing the unmounting, and then explicitly run the :ref:`unmount
that are preventing the unmounting, and then explicitly run the :ref:`umount
command <umount>` before you can use this *Borg* repository again.

This command differs from the :ref:`diff command <diff>` in that it compares
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ emborg-overdue = "emborg.overdue:main"
homepage = "https://emborg.readthedocs.io"
documentation = "https://emborg.readthedocs.io"
repository = "https://github.com/kenkundert/emborg"
changelog = "https://github.com/KenKundert/emborg/blob/master/doc/releases.rst"
changelog = "https://emborg.readthedocs.io/en/latest/releases.html"

[build-system]
requires = ["flit_core >=2,<4"]
Expand Down

0 comments on commit 4dd7033

Please sign in to comment.