diff --git a/tools/python/stylesheet/cat_stat.py b/tools/python/stylesheet/cat_stat.py index 3f8a2191cc..47d406c8ae 100755 --- a/tools/python/stylesheet/cat_stat.py +++ b/tools/python/stylesheet/cat_stat.py @@ -161,7 +161,7 @@ if __name__ == '__main__': # Iterate over know classificator types w = csv.writer(sys.stdout) - w.writerow(('type', 'is editable', 'can add', 'drawn', 'icon', 'area', 'name drawn', 'usages in osm')) + w.writerow(('type', 'is editable', 'can add', 'drawn', 'icon', 'area', 'name drawn', 'usage count in osm', 'source')) no_editor = EditStat() no_drawn = DruleStat() seen = set()