From 5fc72080bb741da54bd3b97a67b750977ac197ba 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/mount_cmds.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/borg/archiver/mount_cmds.py b/src/borg/archiver/mount_cmds.py index f6d5fca2c..7535198cc 100644 --- a/src/borg/archiver/mount_cmds.py +++ b/src/borg/archiver/mount_cmds.py @@ -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 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. """ ) subparser = subparsers.add_parser(