Skip to content

Commit b24f765

Browse files
committed
Consistently use lower case for help text in zsh completion
1 parent c75d01a commit b24f765

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

zsh_completion/_osmium

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ _osmium-apply-changes() {
9797
${(f)"$(_osmium-multiple-inputs-options)"} \
9898
${(f)"$(_osmium-output-format-options)"} \
9999
${(f)"$(_osmium-output-options)"} \
100-
'--change-file-format[Format of the change file(s)]' \
100+
'--change-file-format[format of the change file(s)]' \
101101
'--locations-on-ways[update OSM file with locations on ways]' \
102102
'(--with-history)-H[update OSM history file]' \
103103
'(-H)--with-history[update OSM history file]' \
104-
'--redact[Redact (patch) OSM history file]' \
104+
'--redact[redact (patch) OSM history file]' \
105105
'(--progress)--no-progress[disable progress bar]' \
106106
'(--no-progress)--progress[enable progress bar]'
107107
}
@@ -186,8 +186,8 @@ _osmium-diff() {
186186
'(-q)--quiet[report only when files differ]' \
187187
'(--suppress-common)-c[suppress common objects]' \
188188
'(-c)--suppress-common[suppress common objects]' \
189-
'(--summary)-s[Show summary on STDERR]' \
190-
'(-s)--summary[Show summary on STDERR]' \
189+
'(--summary)-s[show summary on STDERR]' \
190+
'(-s)--summary[show summary on STDERR]' \
191191
'(--progress)--no-progress[disable progress bar]' \
192192
'(--no-progress)--progress[enable progress bar]' \
193193
'*-t[read only objects of given output types]:OSM entity type:_osmium_object_type' \
@@ -477,10 +477,10 @@ _osmium_output_file_formats() {
477477

478478
_osmium_diff_file_formats() {
479479
_values 'Diff file formats' \
480-
'opl[One object per line]' \
481-
'debug[Debug format]' \
482-
'debug,color[Debug format with color]' \
483-
'compact[Compact format]'
480+
'opl[one object per line]' \
481+
'debug[debug format]' \
482+
'debug,color[debug format with color]' \
483+
'compact[compact format]'
484484
}
485485

486486
_osmium_object_type() {

0 commit comments

Comments
 (0)