Skip to content

Commit

Permalink
updated doc comment for multiple image displays
Browse files Browse the repository at this point in the history
  • Loading branch information
arthmis committed Jan 20, 2019
1 parent 860342c commit 51f0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple_image_displays.rs
Expand Up @@ -2,7 +2,7 @@
//! Run this example from your root directory, enabled the display_image feature and
//! provide a path to an image file as an argument.
//!
//! `cargo run --release --features display-window --example display_image examples/wrench.jpg`
//! `cargo run --release --features display-window --example multiple_image_displays examples/wrench.jpg examples/empire-state-building.jpg`

#[cfg(feature = "display-window")]
fn main() {
Expand Down

0 comments on commit 51f0fe3

Please sign in to comment.