Skip to content

Commit

Permalink
Improved a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trasch committed Sep 2, 2024
1 parent b8f211a commit c529365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/MVTCLI/Info.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ extension CLI {
in the input file.
- properties: Counts of all Feature properties for each layer in the
input file.
- property=<property>: Count the values for '<property>' across all features
(can be repeated). Note: This doesn't work for Arrays
and Dictionary values.
- property=<property>: Count the values for '<property>' across all layers
and features (can be repeated). Note: This doesn't
work for Array and Dictionary values.
""")

@Option(
Expand Down

0 comments on commit c529365

Please sign in to comment.