Skip to content

Commit

Permalink
Merge pull request #8519 from ThomasWaldmann/revert-8510
Browse files Browse the repository at this point in the history
improve borg mount docs
  • Loading branch information
ThomasWaldmann authored Nov 3, 2024
2 parents bef9595 + 5fc7208 commit 4a88e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/borg/archiver/mount_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def build_parser_mount_umount(self, subparsers, common_parser, mid_common_parser
Unmounting in these cases could cause an active rsync or similar process
to delete data unintentionally.
When running in the foreground ^C/SIGINT unmounts clean, but other
signals or crashes do not.
When running in the foreground, ^C/SIGINT cleanly unmounts the filesystem,
but other signals or crashes do not.
"""
)
subparser = subparsers.add_parser(
Expand Down

0 comments on commit 4a88e16

Please sign in to comment.