mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-01 02:33:54 +03:00
structopt changed underscore options to hyphen (#798)
This commit is contained in:
parent
a329915ef6
commit
826acac086
@ -1077,7 +1077,7 @@ fn reimport_map(
|
|||||||
"--map".to_string(),
|
"--map".to_string(),
|
||||||
app.primary.map.get_name().map.clone(),
|
app.primary.map.get_name().map.clone(),
|
||||||
format!("--city={}", app.primary.map.get_name().city.to_path()),
|
format!("--city={}", app.primary.map.get_name().city.to_path()),
|
||||||
"--skip_ch".to_string(),
|
"--skip-ch".to_string(),
|
||||||
],
|
],
|
||||||
Box::new(|ctx, app, success, _| {
|
Box::new(|ctx, app, success, _| {
|
||||||
if !success {
|
if !success {
|
||||||
|
Loading…
Reference in New Issue
Block a user