summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/just-mr.1.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md
index f67f4df8..26429856 100644
--- a/share/man/just-mr.1.md
+++ b/share/man/just-mr.1.md
@@ -11,7 +11,7 @@ SYNOPSIS
**`just-mr`** \[*`OPTION`*\]... **`mrversion`**
**`just-mr`** \[*`OPTION`*\]... {**`setup`**|**`setup-env`**} \[**`--all`**\] \[*`main-repo`*\]
-**`just-mr`** \[*`OPTION`*\]... **`fetch`** \[**`--all`**\] \[**`-o`** *`fetch-dir`*\] \[*`main-repo`*\]
+**`just-mr`** \[*`OPTION`*\]... **`fetch`** \[**`--all`**\] \[**`--backup-to-remote`**] \[**`-o`** *`fetch-dir`*\] \[*`main-repo`*\]
**`just-mr`** \[*`OPTION`*\]... **`update`** \[*`repo`*\]...
**`just-mr`** \[*`OPTION`*\]... **`do`** \[*`JUST_ARG`*\]...
**`just-mr`** \[*`OPTION`*\]... {**`version`**|**`analyse`**|**`build`**|**`install`**|**`install-cas`**|**`describe`**|**`rebuild`**} \[*`JUST_ARG`*\]...
@@ -219,6 +219,10 @@ existing distribution directory can be found an error is produced. To
define an output directory that is independent of the given distribution
directories, use the **`-o`** option.
+Additionally, and only in *native mode*, the **`--backup-to-remote`** option can
+be used in combination with the **`--remote-execution-address`** argument to
+synchronize the locally fetched archives with a remote endpoint.
+
update
------