diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 491e038ca7..bbdfe523df 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -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':