Skip to content

Commit

Permalink
Merge pull request #8608 from ThomasWaldmann/mount-docs-1.4
Browse files Browse the repository at this point in the history
mount docs: apply jdchristensen's suggestion, better phrasing.
  • Loading branch information
ThomasWaldmann authored Dec 28, 2024
2 parents f8564cc + 7d9028a commit 8015d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/borg/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3158,8 +3158,8 @@ def define_borg_mount(parser):
Unmounting in these cases could cause an active rsync or similar process
to unintentionally delete data.
When running in the foreground ^C/SIGINT unmounts cleanly, 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.
""")

if parser.prog == 'borgfs':
Expand Down

0 comments on commit 8015d92

Please sign in to comment.