aboutsummaryrefslogtreecommitdiff
path: root/hittekaart-cli
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2026-04-05 17:11:25 +0200
committerDaniel Schadt <kingdread@gmx.de>2026-04-05 17:11:25 +0200
commit4ef21714fa2d1c0fd79839294950eb464b036891 (patch)
treec84904935df462f72e7a4042e2ddef926aff11bf /hittekaart-cli
parentf6f5f3c42545a1beb15e93bc29d405c601fe106a (diff)
downloadhittekaart-4ef21714fa2d1c0fd79839294950eb464b036891.tar.gz
hittekaart-4ef21714fa2d1c0fd79839294950eb464b036891.tar.bz2
hittekaart-4ef21714fa2d1c0fd79839294950eb464b036891.zip
update docs
Diffstat (limited to 'hittekaart-cli')
-rw-r--r--hittekaart-cli/src/main.rs3
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>,