mirror of
https://github.com/octoleo/restic.git
synced 2024-11-24 21:57:41 +00:00
doc: Fix typos
This commit is contained in:
parent
647ebf352a
commit
b87a37f318
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user