Skip to content

v0.2.47..v0.2.48 changeset tag info.asciidoc

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/docs/commands/tag-info.asciidoc b/docs/commands/tag-info.asciidoc
index 57d07a3..3fe5b67 100644
--- a/docs/commands/tag-info.asciidoc
+++ b/docs/commands/tag-info.asciidoc
@@ -5,14 +5,14 @@
 
 The +tag-info+ command prints out unique feature tag values grouped by tag key.
 
-* +inputs+             - One or more inputs.  If using an OGR layer within a data source, then delimit the data source and layer 
+* +inputs+             - One or more inputs.  If using an OGR layer within a data source, then delimit the data source and layer
                          with a semicolon.
-* +--tag-values-limit+ - Limits the number of unique tag values printed per tag key.  By default, there is no limit.  This option is ignored 
-                         if --keys-only is specified. 
-* +--keys+             - Prints unique tag values for the specified keys only.  Delimit multiple keys with a semicolon (e.g. "key1;key2").  
+* +--tag-values-limit+ - Limits the number of unique tag values printed per tag key.  By default, there is no limit.  This option is ignored
+                         if --keys-only is specified.
+* +--keys+             - Prints unique tag values for the specified keys only.  Delimit multiple keys with a semicolon (e.g. "key1;key2").
                          This option is ignored if --keys-only is specified.
 * +--keys-only+        - Prints tag keys only and does not print any associated values.
-* +--case-insensitive+ - If this option is specified, tag key comparisons are not case sensitive.  By default the 
+* +--case-insensitive+ - If this option is specified, tag key comparisons are not case sensitive.  By default the
                          comparisons are case sensitive.
 * +--partial-key-match - If this option is specified, then any key in a feature which partially matches the given set of keys in --keys
                          will have its tag value added to the output.  By default, keys must be an exact match with each other for the
Clone this wiki locally