Skip to content

Commit

Permalink
Merge pull request #359 from mxdamien/fix/argsToleranceCommentType
Browse files Browse the repository at this point in the history
Change comment for tolerance command line argument to documentation c…
  • Loading branch information
hannobraun authored Mar 16, 2022
2 parents 6e0a80e + 86e175e commit f554809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct Args {
#[clap(short, long)]
pub parameters: Vec<String>,

// Model deviation tolerance
/// Model deviation tolerance
#[clap[short, long]]
pub tolerance: Option<f64>,
}
Expand Down

0 comments on commit f554809

Please sign in to comment.