From 7d9028a2216383f03a12140eaca924367f030dd7 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 3 Nov 2024 14:04:45 +0100 Subject: [PATCH] mount docs: apply jdchristensen's suggestion, better phrasing. --- src/borg/archiver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 491e038ca..bbdfe523d 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -3158,8 +3158,8 @@ class Archiver: 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':