| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!.. _borg_repo-info:borg repo-info--------------.. code-block:: none    borg [common options] repo-info [options].. only:: html    .. class:: borg-options-table    +-------------------------------------------------------+------------+-----------------------+    | **optional arguments**                                                                     |    +-------------------------------------------------------+------------+-----------------------+    |                                                       | ``--json`` | format output as JSON |    +-------------------------------------------------------+------------+-----------------------+    | .. class:: borg-common-opt-ref                                                             |    |                                                                                            |    | :ref:`common_options`                                                                      |    +-------------------------------------------------------+------------+-----------------------+    .. raw:: html        <script type='text/javascript'>        $(document).ready(function () {            $('.borg-options-table colgroup').remove();        })        </script>.. only:: latex    optional arguments        --json     format output as JSON    :ref:`common_options`        |Description~~~~~~~~~~~This command displays detailed information about the repository.
 |