From 8a59bfba5a90ce9121975c52c5457d13768a99b1 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Wed, 7 Dec 2011 12:51:31 +0100 Subject: fix help msg --- tagstats/tagstats.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tagstats/tagstats.cpp') 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[]) { -- cgit v1.2.3