scrcpy/app
Romain Vimont f76fe2c0d4 Fix --lock-video-orientation syntax
The argument for option --lock-video-orientation has been made optional
by 5af9d0ee0f.

With getopt_long(), contrary to mandatory arguments, optional arguments
must be given with a '=':

    --lock-video-orientation 2   # wrong, parse error
    --lock-video-orientation=2   # correct
2021-06-11 18:40:12 +02:00
..
src Group components into struct scrcpy 2021-05-28 21:29:14 +02:00
tests Fix --lock-video-orientation syntax 2021-06-11 18:40:12 +02:00
meson.build Provide device info directly on server connection 2021-05-17 08:52:08 +02:00
scrcpy.1 Merge branch 'master' into dev 2021-05-09 11:00:30 +02:00