Remove exactly values of cli options
Remove exactly values of CLI options for avoid possible inconsistency (or missingoptions) during releases
This commit is contained in:
parent
ebace165fb
commit
7f332f170f
1 changed files with 2 additions and 23 deletions
25
README.md
25
README.md
|
|
@ -16,31 +16,10 @@ Supports Flatpak's RemoteDesktop portal (for Wayland), Windows and X11.
|
||||||
* Windows: `go install github.com/unrud/remote-touchpad@latest`
|
* Windows: `go install github.com/unrud/remote-touchpad@latest`
|
||||||
|
|
||||||
## Command line options
|
## Command line options
|
||||||
|
|
||||||
|
# For see command line option (sensitive, static QR-code and secrets, ecetra)
|
||||||
$ remote-touchpad --help
|
$ remote-touchpad --help
|
||||||
|
|
||||||
Usage of remote-touchpad:
|
|
||||||
-bind string
|
|
||||||
bind server to [HOSTNAME]:PORT (default ":0")
|
|
||||||
-cert string
|
|
||||||
file containing TLS certificate
|
|
||||||
-key string
|
|
||||||
file containing TLS private key
|
|
||||||
-mouse-move-speed float
|
|
||||||
mouse move speed multiplier (default 1)
|
|
||||||
-mouse-scroll-speed float
|
|
||||||
mouse scroll speed multiplier (default 1)
|
|
||||||
-move-speed float
|
|
||||||
move speed multiplier (default 1)
|
|
||||||
-scroll-speed float
|
|
||||||
scroll speed multiplier (default 1)
|
|
||||||
-secret string
|
|
||||||
shared secret for client authentication
|
|
||||||
-update-rate uint
|
|
||||||
number of updates per second (default 30)
|
|
||||||
-version
|
|
||||||
show program's version number and exit
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue