You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
3 years ago
..
src Group components into struct scrcpy 3 years ago
tests Fix --lock-video-orientation syntax 3 years ago
meson.build Provide device info directly on server connection 3 years ago
scrcpy.1 Merge branch 'master' into dev 3 years ago