Skip to content

Commit

Permalink
Fix a typo in the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Jan 12, 2024
1 parent 9fd610d commit 28cbce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub struct CommonOptions {
#[bpaf(short('P'), long, long("no-prefixes"))]
pub no_file_prefixes: bool,

/// Add use module type prefixes (such as `proc_`) in AsciiDoc anchors
/// Add module type prefixes (such as `proc_`) in AsciiDoc anchors
#[bpaf(short('A'), long)]
pub anchor_prefixes: bool,

Expand Down

0 comments on commit 28cbce2

Please sign in to comment.