diff options
Diffstat (limited to 'hittekaart-cli/src')
| -rw-r--r-- | hittekaart-cli/src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hittekaart-cli/src/main.rs b/hittekaart-cli/src/main.rs index 944a4da..e4a227c 100644 --- a/hittekaart-cli/src/main.rs +++ b/hittekaart-cli/src/main.rs @@ -53,7 +53,8 @@ struct Args { threads: usize, /// The output directory. Will be created if it does not exist. Defaults to "tiles" for the - /// folder-based storage, and "tiles.sqlite" for the SQLite-based storage. + /// folder-based storage, "tiles.sqlitedb" for the OsmAnd format, and "tiles.mbtiles" for the + /// MBTiles format. #[arg(long, short)] output: Option<PathBuf>, |
