2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-22 12:55:18 +00:00

doc: fix typos

This commit is contained in:
Michael Eischer 2024-08-26 12:24:02 +02:00
parent 262e85c37f
commit 97eb81564a
2 changed files with 3 additions and 3 deletions

View File

@ -307,7 +307,7 @@ this command.
$ restic -r s3:http://localhost:9000/restic init $ restic -r s3:http://localhost:9000/restic init
enter password for new repository: enter password for new repository:
enter password again: enter password again:
created restic repository 6ad29560f5 at s3:http://localhost:9000/restic1 created restic repository 6ad29560f5 at s3:http://localhost:9000/restic
Please note that knowledge of your password is required to access Please note that knowledge of your password is required to access
the repository. Losing your password means that your data is irrecoverably lost. the repository. Losing your password means that your data is irrecoverably lost.

View File

@ -8,7 +8,7 @@ Usage help is available:
.. code-block:: console .. code-block:: console
$ ./restic --help $ restic --help
restic is a backup program which allows saving multiple revisions of files and restic is a backup program which allows saving multiple revisions of files and
directories in an encrypted repository stored on different backends. directories in an encrypted repository stored on different backends.
@ -91,7 +91,7 @@ command:
.. code-block:: console .. code-block:: console
$ ./restic backup --help $ restic backup --help
The "backup" command creates a new snapshot and saves the files and directories The "backup" command creates a new snapshot and saves the files and directories
given as the arguments. given as the arguments.