diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 4ebc4127e..a7392a27b 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -360,13 +360,13 @@ If the ``--blob`` or ``--tree`` option is passed, then the output is an array of `Blob objects`_. -+--------------+-----------------------------------+-------------------+ -| ``hits`` | Number of matches in the snapshot | uint64 | -+--------------+-----------------------------------+-------------------+ -| ``snapshot`` | ID of the snapshot | string | -+--------------+-----------------------------------+-------------------+ -| ``matches`` | Details of a match | []`Match object`_ | -+--------------+-----------------------------------+-------------------+ ++--------------+-----------------------------------+--------------------+ +| ``hits`` | Number of matches in the snapshot | uint64 | ++--------------+-----------------------------------+--------------------+ +| ``snapshot`` | ID of the snapshot | string | ++--------------+-----------------------------------+--------------------+ +| ``matches`` | Details of a match | [] `Match object`_ | ++--------------+-----------------------------------+--------------------+ .. _Match object: @@ -439,19 +439,19 @@ results in a mix of JSON and text output. ForgetGroup ^^^^^^^^^^^ -+-------------+---------------------------------------------------------------+------------------------+ -| ``tags`` | Tags identifying the snapshot group | []string | -+-------------+---------------------------------------------------------------+------------------------+ -| ``host`` | Host identifying the snapshot group | string | -+-------------+---------------------------------------------------------------+------------------------+ -| ``paths`` | Paths identifying the snapshot group | []string | -+-------------+---------------------------------------------------------------+------------------------+ -| ``keep`` | Array of Snapshot that are kept | []`Snapshot object`_ | -+-------------+---------------------------------------------------------------+------------------------+ -| ``remove`` | Array of Snapshot that were removed | []`Snapshot object`_ | -+-------------+---------------------------------------------------------------+------------------------+ -| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | []`KeepReason object`_ | -+-------------+---------------------------------------------------------------+------------------------+ ++-------------+---------------------------------------------------------------+-------------------------+ +| ``tags`` | Tags identifying the snapshot group | []string | ++-------------+---------------------------------------------------------------+-------------------------+ +| ``host`` | Host identifying the snapshot group | string | ++-------------+---------------------------------------------------------------+-------------------------+ +| ``paths`` | Paths identifying the snapshot group | []string | ++-------------+---------------------------------------------------------------+-------------------------+ +| ``keep`` | Array of Snapshot that are kept | [] `Snapshot object`_ | ++-------------+---------------------------------------------------------------+-------------------------+ +| ``remove`` | Array of Snapshot that were removed | [] `Snapshot object`_ | ++-------------+---------------------------------------------------------------+-------------------------+ +| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | [] `KeepReason object`_ | ++-------------+---------------------------------------------------------------+-------------------------+ .. _Snapshot object: