You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/docs/commands/tag-info.asciidoc b/docs/commands/tag-info.asciidoc
index 962cb48..02c7e04 100644
--- a/docs/commands/tag-info.asciidoc+++ b/docs/commands/tag-info.asciidoc@@ -12,8 +12,7 @@ The +tag-info+ command prints out unique feature tag values grouped by tag key.
* +--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- comparisons are case sensitive.+* +--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
tag value to be written to output.