structopt changed underscore options to hyphen (#798)

This commit is contained in:
Marcel Dejean 2021-11-05 10:27:34 -04:00 committed by GitHub
parent a329915ef6
commit 826acac086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1077,7 +1077,7 @@ fn reimport_map(
"--map".to_string(),
app.primary.map.get_name().map.clone(),
format!("--city={}", app.primary.map.get_name().city.to_path()),
"--skip_ch".to_string(),
"--skip-ch".to_string(),
],
Box::new(|ctx, app, success, _| {
if !success {