diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-08 00:59:39 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-08 00:59:39 +0200 |
commit | 540c3f20afb9101a8b74936843f708bed98ef38e (patch) | |
tree | 4b2d9e07dc826f407d7a8c7a9ac429c96475a2c0 /interimap.1 | |
parent | cae1053b970057da675549ca42a71db62908ed69 (diff) |
Add an option --watch to keep the connections open and wait for changes.
Diffstat (limited to 'interimap.1')
-rw-r--r-- | interimap.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interimap.1 b/interimap.1 index 00b87e3..44235fc 100644 --- a/interimap.1 +++ b/interimap.1 @@ -145,6 +145,12 @@ to the given target. Can be repeated to act on multiple targets. By default all three targets are considered. .TP +.B \fB\-\-watch\fR[\fB=\fR\fIseconds\fR] +Don't exit after a successful synchronization, and keep synchronizing +forevever instead. Sleep for the given number of \fIseconds\fR (or +\(lq60\(rq if omitted) between two synchronizations. + +.TP .B \-q\fR, \fB\-\-quiet\fR Try to be quiet. |