mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 03:35:51 +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(),
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user