Skip to content

Commit

Permalink
very small fix, error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bluenote-1577 committed Apr 29, 2023
1 parent 67e5958 commit abf2c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ pub fn parse_params(matches: &ArgMatches) -> (SketchParams, CommandParams) {
}
if matches_subc.is_present(MODE_MEDIUM){
if matches_subc.is_present("c"){
warn!("-c value is set but --fast is also set. Using --fast mode instead (-c 200)");
warn!("-c value is set but --fast is also set. Using --medium mode instead (-c 70)");
}
c = MEDIUM_C
}
Expand Down

0 comments on commit abf2c2d

Please sign in to comment.