Add option --reinstall

With --install, the server is installed only if the current version is
not already installed. Passing --reinstall force reinstallation is all
cases.
This commit is contained in:
Romain Vimont
2022-07-03 00:54:00 +02:00
parent bef5b11e45
commit 2bc1f59b5b
7 changed files with 26 additions and 3 deletions

View File

@@ -246,6 +246,10 @@ option if set, or by the file extension (.mp4 or .mkv).
.BI "\-\-record\-format " format
Force recording format (either mp4 or mkv).
.TP
.B \-\-reinstall
Reinstall the server (via "adb install"), even if the correct version is already installed. Implies \fB\-\-install\fR.
.TP
.BI "\-\-render\-driver " name
Request SDL to use the given render driver (this is just a hint).