summaryrefslogtreecommitdiffstats
path: root/docs/usage
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-08-24 11:49:17 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-08-24 11:49:17 +0200
commit276781081b83973042863174fde9b0396ded13af (patch)
treeb71d51e02f1a921e1958ec21593a44a8e3e77692 /docs/usage
parentf6e20fb07c2da86c3a453ab8931100deaf54e878 (diff)
docs: fix borg init command in environment.rst.inc
It mentioned borg rcreate due to a bad backport from master. Must be borg init in borg 1.2.x.
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/general/environment.rst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/general/environment.rst.inc b/docs/usage/general/environment.rst.inc
index 87ad5148f..bdbf8c602 100644
--- a/docs/usage/general/environment.rst.inc
+++ b/docs/usage/general/environment.rst.inc
@@ -164,7 +164,7 @@ Directories and files:
- using a full, absolute path to the key file is recommended.
- all directories in the given path must exist.
- this setting forces borg to use the key file at the given location.
- - the key file must either exist (for most commands) or will be created (``borg rcreate``).
+ - the key file must either exist (for most commands) or will be created (``borg init``).
- you need to give a different path for different repositories.
- you need to point to the correct key file matching the repository the command will operate on.
TMPDIR