@@ -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