Remove duplicate alias for x and y CLI options

This commit is contained in:
timvisee
2018-01-02 19:48:37 +01:00
parent 07394d1e4b
commit 28cdcfa656
3 changed files with 4 additions and 4 deletions

View File

@@ -118,8 +118,8 @@ OPTIONS:
-i, --image <PATH>... Image paths
-w, --width <PIXELS> Draw width (def: screen width)
-h, --height <PIXELS> Draw height (def: screen height)
-x, --x <PIXELS> Draw X offset (def: 0)
-y, --y <PIXELS> Draw Y offset (def: 0)
-x <PIXELS> Draw X offset (def: 0)
-y <PIXELS> Draw Y offset (def: 0)
-c, --count <COUNT> Number of concurrent threads (def: 4)
-r, --fps <RATE> Frames per second with multiple images (def: 1)