diff --git a/README.md b/README.md index b221640..e991f87 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ OPTIONS: -i, --image ... Image paths -w, --width Draw width (def: screen width) -h, --height Draw height (def: screen height) - -x, --x Draw X offset (def: 0) - -y, --y Draw Y offset (def: 0) + -x Draw X offset (def: 0) + -y Draw Y offset (def: 0) -c, --count Number of concurrent threads (def: 4) -r, --fps Frames per second with multiple images (def: 1) diff --git a/src/painter/mod.rs b/src/painter/mod.rs index ad0c615..72c957a 100644 --- a/src/painter/mod.rs +++ b/src/painter/mod.rs @@ -1,3 +1,3 @@ -// Re-export modules +// Reexport modules pub mod painter; pub mod handle; diff --git a/src/pix/mod.rs b/src/pix/mod.rs index 14a715f..e0c13c7 100644 --- a/src/pix/mod.rs +++ b/src/pix/mod.rs @@ -1,3 +1,3 @@ -// Re-export modules +// Reexport modules pub mod canvas; pub mod client;