summaryrefslogtreecommitdiffstats
path: root/docs/usage/init.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/init.rst.inc')
-rw-r--r--docs/usage/init.rst.inc42
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/usage/init.rst.inc b/docs/usage/init.rst.inc
index 8bfb76792..68437e57f 100644
--- a/docs/usage/init.rst.inc
+++ b/docs/usage/init.rst.inc
@@ -6,29 +6,29 @@ borg init
---------
.. code-block:: none
- borg [common options] init [options] REPOSITORY
+ borg [common options] init [options] [REPOSITORY]
.. only:: html
.. class:: borg-options-table
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | **positional arguments** |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | | ``REPOSITORY`` | repository to create |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | **optional arguments** |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | | ``-e``, ``--encryption`` | select encryption key mode **(required)** |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | | ``--append-only`` | create an append-only mode repository |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | | ``--storage-quota`` | Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota. |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
- | .. class:: borg-common-opt-ref |
- | |
- | :ref:`common_options` |
- +-------------------------------------------------------+--------------------------+-----------------------------------------------------------------------------+
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | **positional arguments** |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | | ``REPOSITORY`` | repository to create |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | **optional arguments** |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | | ``-e MODE``, ``--encryption MODE`` | select encryption key mode **(required)** |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | | ``--append-only`` | create an append-only mode repository |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | | ``--storage-quota QUOTA`` | Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota. |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
+ | .. class:: borg-common-opt-ref |
+ | |
+ | :ref:`common_options` |
+ +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
.. raw:: html
@@ -45,9 +45,9 @@ borg init
optional arguments
- -e, --encryption select encryption key mode **(required)**
- --append-only create an append-only mode repository
- --storage-quota Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota.
+ -e MODE, --encryption MODE select encryption key mode **(required)**
+ --append-only create an append-only mode repository
+ --storage-quota QUOTA Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota.
:ref:`common_options`