Deprecate short options for advanced features

The short options will be removed in the future (and may be reused for
other features).
This commit is contained in:
Romain Vimont
2019-11-07 09:58:06 +01:00
parent 157c60feb4
commit ff061b4f30
2 changed files with 15 additions and 5 deletions

View File

@@ -143,7 +143,6 @@ This is useful for example to mirror only one eye of the Oculus Go:
```bash
scrcpy --crop 1224:1440:0:0 # 1224x1440 at offset (0,0)
scrcpy -c 1224:1440:0:0 # short version
```
If `--max-size` is also specified, resizing is applied after cropping.
@@ -226,7 +225,6 @@ The window of app can always be above others by:
```bash
scrcpy --always-on-top
scrcpy -T # short version
```