2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 07:00:49 +00:00

doc: Fix typos

This commit is contained in:
Michael Eischer 2023-07-25 20:14:56 +02:00
parent 647ebf352a
commit b87a37f318

View File

@ -501,7 +501,7 @@ the JSON is indented):
} }
A tree contains a list of entries (in the field ``nodes``) which contain A tree contains a list of entries (in the field ``nodes``) which contain
meta data like a name and timestamps. Note that there are some specialities of how meta data like a name and timestamps. Note that there are some specialties of how
this metadata is generated: this metadata is generated:
- The name is quoted using `strconv.Quote <https://pkg.go.dev/strconv#Quote>`__ - The name is quoted using `strconv.Quote <https://pkg.go.dev/strconv#Quote>`__
@ -519,7 +519,7 @@ to print a tree. The tree referenced above can be dumped as follows:
.. code-block:: console .. code-block:: console
$ restic -r /tmp/restic-repo cat blob b26e315b0988ddcd1cee64c351d13a100fedbc9fdbb144a67d1b765ab280b4dc $ restic -r /tmp/restic-repo cat blob b26e315b0988ddcd1cee64c351d13a100fedbc9fdbb144a67d1b765ab280b4dc | jq .
enter password for repository: enter password for repository:
{ {
"nodes": [ "nodes": [