diff --git a/Sources/MVTCLI/Query.swift b/Sources/MVTCLI/Query.swift index f35417e..e3aabd3 100644 --- a/Sources/MVTCLI/Query.swift +++ b/Sources/MVTCLI/Query.swift @@ -42,7 +42,7 @@ extension CLI { @Option( name: .shortAndLong, - help: "Drop the specified layer (can be repeated).") + help: "Do not search in the specified layer (can be repeated).") var dropLayer: [String] = [] @Option(