summaryrefslogtreecommitdiffstats
path: root/src/main/resources/Documentation/cmd-start.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/Documentation/cmd-start.md')
-rw-r--r--src/main/resources/Documentation/cmd-start.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/Documentation/cmd-start.md b/src/main/resources/Documentation/cmd-start.md
index 59c3d1d..6af73af 100644
--- a/src/main/resources/Documentation/cmd-start.md
+++ b/src/main/resources/Documentation/cmd-start.md
@@ -9,6 +9,7 @@ SYNOPSIS
--------
```
ssh -p @SSH_PORT@ @SSH_HOST@ @PLUGIN@ start
+ [--now]
[--wait]
[--url <PATTERN>]
{--all | <PROJECT PATTERN> ...}
@@ -85,6 +86,10 @@ This command is intended to be used in scripts.
OPTIONS
-------
+`--now`
+: Start replicating right away without waiting the per remote
+ replication delay.
+
`--wait`
: Wait for replication to finish before exiting.