summaryrefslogtreecommitdiff
path: root/tagstats/tagstats.cpp
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2011-12-07 12:51:31 +0100
committerJochen Topf <jochen@topf.org>2011-12-07 12:51:31 +0100
commit8a59bfba5a90ce9121975c52c5457d13768a99b1 (patch)
tree25014fee9eff385e822593d34145d7471d841bfc /tagstats/tagstats.cpp
parentb15dcfa010778ecc97f3db8f0d0057b3251f9a3c (diff)
downloadtaginfo-8a59bfba5a90ce9121975c52c5457d13768a99b1.tar
taginfo-8a59bfba5a90ce9121975c52c5457d13768a99b1.tar.gz
fix help msg
Diffstat (limited to 'tagstats/tagstats.cpp')
-rw-r--r--tagstats/tagstats.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tagstats/tagstats.cpp b/tagstats/tagstats.cpp
index 5dcc4b9..7ee19e8 100644
--- a/tagstats/tagstats.cpp
+++ b/tagstats/tagstats.cpp
@@ -53,7 +53,7 @@ int GeoDistribution::c_height;
void print_help() {
std::cout << "tagstats [OPTIONS] OSMFILE DATABASE\n\n" \
<< "This program is part of Taginfo. It calculates statistics\n" \
- << "on OSM tags and puts them into taginfo-db.db and count.db.\n" \
+ << "on OSM tags from OSMFILE and puts them into DATABASE (an SQLite database).\n" \
<< "\nOptions:\n" \
<< " -H, --help This help message\n" \
<< " -d, --debug Enable debugging output\n" \
@@ -63,7 +63,7 @@ void print_help() {
<< " -l, --left=NUMBER Left of bounding box for distribution images\n" \
<< " -w, --width=NUMBER Width of distribution images (default: 360)\n" \
<< " -h, --height=NUMBER Height of distribution images (default: 180)\n" \
- << "\nDefault for bounding box is: (-180, -90, 180, 90)\n";
+ << "\nDefault for bounding box is: (-180, -90, 180, 90).\n";
}
int main(int argc, char *argv[]) {