build_usage

This commit is contained in:
Thomas Waldmann 2018-08-11 18:05:09 +02:00
parent e88c2346ea
commit 163356db56
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ borg diff
--------- ---------
.. code-block:: none .. code-block:: none
borg [common options] diff [options] REPO_ARCHIVE1 ARCHIVE2 [PATH...] borg [common options] diff [options] REPO::ARCHIVE1 ARCHIVE2 [PATH...]
.. only:: html .. only:: html
@ -15,7 +15,7 @@ borg diff
+-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+ +-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+
| **positional arguments** | | **positional arguments** |
+-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+ +-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+
| | ``REPO_ARCHIVE1`` | repository location and ARCHIVE1 name | | | ``REPO::ARCHIVE1`` | repository location and ARCHIVE1 name |
+-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+ +-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+
| | ``ARCHIVE2`` | ARCHIVE2 name (no repository location allowed) | | | ``ARCHIVE2`` | ARCHIVE2 name (no repository location allowed) |
+-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+ +-------------------------------------------------------+---------------------------------------+----------------------------------------------------------------------------+
@ -54,7 +54,7 @@ borg diff
.. only:: latex .. only:: latex
REPO_ARCHIVE1 REPO::ARCHIVE1
repository location and ARCHIVE1 name repository location and ARCHIVE1 name
ARCHIVE2 ARCHIVE2
ARCHIVE2 name (no repository location allowed) ARCHIVE2 name (no repository location allowed)
@ -83,7 +83,7 @@ Description
This command finds differences (file contents, user/group/mode) between archives. This command finds differences (file contents, user/group/mode) between archives.
A repository location and an archive name must be specified for REPO_ARCHIVE1. A repository location and an archive name must be specified for REPO::ARCHIVE1.
ARCHIVE2 is just another archive name in same repository (no repository location ARCHIVE2 is just another archive name in same repository (no repository location
allowed). allowed).