浏览代码

Merge pull request #8519 from ThomasWaldmann/revert-8510

improve borg mount docs
TW 7 月之前
父节点
当前提交
4a88e16790
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/borg/archiver/mount_cmds.py

+ 2 - 2
src/borg/archiver/mount_cmds.py

@@ -120,8 +120,8 @@ class MountMixIn:
         Unmounting in these cases could cause an active rsync or similar process
         Unmounting in these cases could cause an active rsync or similar process
         to delete data unintentionally.
         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(
         subparser = subparsers.add_parser(