Prechádzať zdrojové kódy

Fix build_man issues (fixes #3364)

Milkey Mouse 8 rokov pred
rodič
commit
248c408b5b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/borg/archiver.py

+ 1 - 1
src/borg/archiver.py

@@ -3953,7 +3953,7 @@ class Archiver:
         R- == borg extract (extract archive, dry-run, do everything, but do not write files to disk)
         R- == borg extract (extract archive, dry-run, do everything, but do not write files to disk)
               R-Z- == all zero files. Measuring heavily duplicated files.
               R-Z- == all zero files. Measuring heavily duplicated files.
               R-R- == random files. No duplication here, measuring throughput through all processing
               R-R- == random files. No duplication here, measuring throughput through all processing
-                      stages, except writing to disk.
+              stages, except writing to disk.
 
 
         U- == borg create (2nd archive creation of unchanged input files, measure files cache speed)
         U- == borg create (2nd archive creation of unchanged input files, measure files cache speed)
               The throughput value is kind of virtual here, it does not actually read the file.
               The throughput value is kind of virtual here, it does not actually read the file.