Răsfoiți Sursa

'Want' fixes
aka who are you to presume what I want?

Paul D 2 ani în urmă
părinte
comite
8ada680c87

+ 1 - 1
docs/changes_0.x.rst

@@ -422,7 +422,7 @@ Deprecations:
   We keep the --compression 0..9 for now not to break scripts, but it is
   deprecated and will be removed later, so better fix your scripts now:
   --compression 0 (as in 0.24) is the same as --compression zlib,0 (now).
-  BUT: if you do not want compression, you rather want --compression none
+  BUT: if you do not want compression, use --compression none
   (which is the default).
   --compression 1 (in 0.24) is the same as --compression zlib,1 (now)
   --compression 9 (in 0.24) is the same as --compression zlib,9 (now)

+ 1 - 1
docs/installation.rst

@@ -414,4 +414,4 @@ If you need to use a different version of Python you can install this using ``py
     source borg-env/bin/activate   # always before using!
     ...
 
-.. note:: As a developer or power user, you always want to use a virtual environment.
+.. note:: As a developer or power user, you should always use a virtual environment.

+ 1 - 1
docs/man/borg-rcreate.1

@@ -110,7 +110,7 @@ The easiest way to find out about what\(aqs fastest is to run \fBborg benchmark
 \fIrepokey\fP modes: if you want ease\-of\-use and \(dqpassphrase\(dq security is good enough \-
 the key will be stored in the repository (in \fBrepo_dir/config\fP).
 .sp
-\fIkeyfile\fP modes: if you rather want \(dqpassphrase and having\-the\-key\(dq security \-
+\fIkeyfile\fP modes: if you want \(dqpassphrase and having\-the\-key\(dq security \-
 the key will be stored in your home directory (in \fB~/.config/borg/keys\fP).
 .sp
 The following table is roughly sorted in order of preference, the better ones are

+ 1 - 1
docs/usage/rcreate.rst.inc

@@ -123,7 +123,7 @@ The easiest way to find out about what's fastest is to run ``borg benchmark cpu`
 `repokey` modes: if you want ease-of-use and "passphrase" security is good enough -
 the key will be stored in the repository (in ``repo_dir/config``).
 
-`keyfile` modes: if you rather want "passphrase and having-the-key" security -
+`keyfile` modes: if you want "passphrase and having-the-key" security -
 the key will be stored in your home directory (in ``~/.config/borg/keys``).
 
 The following table is roughly sorted in order of preference, the better ones are

+ 1 - 1
src/borg/archiver/rcreate_cmd.py

@@ -118,7 +118,7 @@ class RCreateMixIn:
         `repokey` modes: if you want ease-of-use and "passphrase" security is good enough -
         the key will be stored in the repository (in ``repo_dir/config``).
 
-        `keyfile` modes: if you rather want "passphrase and having-the-key" security -
+        `keyfile` modes: if you want "passphrase and having-the-key" security -
         the key will be stored in your home directory (in ``~/.config/borg/keys``).
 
         The following table is roughly sorted in order of preference, the better ones are