mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
docs: correct the schema provided for tag summary
This commit is contained in:
parent
6174c91042
commit
629eaa5d21
1 changed files with 5 additions and 5 deletions
|
|
@ -810,11 +810,11 @@ Changed
|
|||
Summary
|
||||
^^^^^^^
|
||||
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
| ``message_type`` | Always "summary" | string |
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
| ``changed_snapshot_count`` | Total number of changed snapshots | int64 |
|
||||
+----------------------------+-----------------------------------+--------+
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
| ``message_type`` | Always "summary" | string |
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
| ``changed_snapshots`` | Total number of changed snapshots | int64 |
|
||||
+-----------------------+-----------------------------------+--------+
|
||||
|
||||
version
|
||||
-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue