Improve documentation for consistency

Make --lock-video-orientation documentation consistent with that of
--rotation.
This commit is contained in:
Romain Vimont 2020-04-08 12:04:57 +02:00
commit cbde7b964a
2 changed files with 5 additions and 4 deletions

View file

@ -52,7 +52,7 @@ Print this help.
.TP
.BI "\-\-lock\-video\-orientation " value
Lock video orientation to \fIvalue\fR. Values are integers in the range [-1..3]. Natural device orientation is 0 and each increment adds 90 degrees counterclockwise.
Lock video orientation to \fIvalue\fR. Possible values are -1 (unlocked), 0, 1, 2 and 3. Natural device orientation is 0, and each increment adds a 90 degrees otation counterclockwise.
Default is -1 (unlocked).