瀏覽代碼

mount docs: apply jdchristensen's suggestion, better phrasing.

Thomas Waldmann 7 月之前
父節點
當前提交
328bf50c4e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/borg/archiver.py

+ 2 - 2
src/borg/archiver.py

@@ -3188,8 +3188,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':