Skip to content

Commit

Permalink
fix example CLI documentation (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndDerivative committed Nov 23, 2023
1 parent 7a3f761 commit ce5806f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/bin/add_image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit ce5806f

Please sign in to comment.