diff --git a/examples/src/bin/add_image.rs b/examples/src/bin/add_image.rs index da47daa8..40c980d4 100644 --- a/examples/src/bin/add_image.rs +++ b/examples/src/bin/add_image.rs @@ -13,11 +13,11 @@ use image::io::Reader as ImageReader; #[derive(Parser, Debug)] #[command(author, version, about, long_about = None)] struct Args { - /// Input file + /// Input PDF file #[arg(short, long)] input: PathBuf, - /// Page number + /// Input image file #[arg(long)] image: PathBuf,