소스 검색

Merge pull request #8608 from ThomasWaldmann/mount-docs-1.4

mount docs: apply jdchristensen's suggestion, better phrasing.
TW 5 달 전
부모
커밋
8015d92896
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/borg/archiver.py

+ 2 - 2
src/borg/archiver.py

@@ -3158,8 +3158,8 @@ class Archiver:
         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 unintentionally delete data.
         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':
         if parser.prog == 'borgfs':