Remove duplicate alias for x and y CLI options
This commit is contained in:
@@ -118,8 +118,8 @@ OPTIONS:
|
|||||||
-i, --image <PATH>... Image paths
|
-i, --image <PATH>... Image paths
|
||||||
-w, --width <PIXELS> Draw width (def: screen width)
|
-w, --width <PIXELS> Draw width (def: screen width)
|
||||||
-h, --height <PIXELS> Draw height (def: screen height)
|
-h, --height <PIXELS> Draw height (def: screen height)
|
||||||
-x, --x <PIXELS> Draw X offset (def: 0)
|
-x <PIXELS> Draw X offset (def: 0)
|
||||||
-y, --y <PIXELS> Draw Y offset (def: 0)
|
-y <PIXELS> Draw Y offset (def: 0)
|
||||||
-c, --count <COUNT> Number of concurrent threads (def: 4)
|
-c, --count <COUNT> Number of concurrent threads (def: 4)
|
||||||
-r, --fps <RATE> Frames per second with multiple images (def: 1)
|
-r, --fps <RATE> Frames per second with multiple images (def: 1)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// Re-export modules
|
// Reexport modules
|
||||||
pub mod painter;
|
pub mod painter;
|
||||||
pub mod handle;
|
pub mod handle;
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// Re-export modules
|
// Reexport modules
|
||||||
pub mod canvas;
|
pub mod canvas;
|
||||||
pub mod client;
|
pub mod client;
|
||||||
|
|||||||
Reference in New Issue
Block a user