-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.47..v0.2.48 changeset count.asciidoc
Garret Voltz edited this page Sep 27, 2019
·
1 revision
diff --git a/docs/commands/count.asciidoc b/docs/commands/count.asciidoc
index d19ea74..cc59adf 100644
--- a/docs/commands/count.asciidoc
+++ b/docs/commands/count.asciidoc
@@ -1,15 +1,15 @@
[[count]]
-== count
+== count
=== Description
The +count+ command displays a count of the number of features in a map, allowing for optional filtering with a criterion.
* +inputs+ - One or more OSM data inputs; specify multiple inputs by separating them with a semicolon and surrounding them with quotes
-* +criterion+ - (optional) The criterion must be a single class name of a Hootenanny criterion inherting from ElementCriterion. A
- criterion can be negated using the element.criterion.negate configuration option. Use the +info --operators+ command to
+* +criterion+ - (optional) The criterion must be a single class name of a Hootenanny criterion inherting from ElementCriterion. A
+ criterion can be negated using the element.criterion.negate configuration option. Use the +info --operators+ command to
obtain a list of available Hootenanny criteria.
-* +--all-elements+ - The default behavior is to only count features. Features are defined as elements with at least one information
+* +--all-elements+ - The default behavior is to only count features. Features are defined as elements with at least one information
tag, whereas elements have no tag requirements. Activating this option causes the command to consider all elements.
=== Usage