From 4ef21714fa2d1c0fd79839294950eb464b036891 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sun, 5 Apr 2026 17:11:25 +0200 Subject: update docs --- hittekaart-cli/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hittekaart-cli/src/main.rs') 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, -- cgit v1.2.3