From 9748524ef67aafca0034d65a319cb84b010ed01b Mon Sep 17 00:00:00 2001 From: Eldred Habert Date: Tue, 13 Jun 2023 07:57:24 +0200 Subject: [PATCH] Fix incorrect options in RGBGFX zsh completions --- contrib/zsh_compl/_rgbgfx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/zsh_compl/_rgbgfx b/contrib/zsh_compl/_rgbgfx index 51f2919f..0238f17a 100644 --- a/contrib/zsh_compl/_rgbgfx +++ b/contrib/zsh_compl/_rgbgfx @@ -27,11 +27,11 @@ local args=( '(-b --base-tiles)'{-b,--base-tiles}'+[Base tile IDs for tile map output]:base tile IDs:' '(-d --depth)'{-d,--depth}'+[Set bit depth]:bit depth:_depths' '(-L --slice)'{-L,--slice}'+[Only process a portion of the image]:input slice:' - '(-N --nb-tiles)'{-n,--nb-tiles}'+[Limit number of tiles]:tile count:' + '(-N --nb-tiles)'{-N,--nb-tiles}'+[Limit number of tiles]:tile count:' '(-n --nb-palettes)'{-n,--nb-palettes}'+[Limit number of palettes]:palette count:' '(-o --output)'{-o,--output}'+[Set output file]:output file:_files' '(-p --palette -P --output-palette)'{-p,--palette}"+[Output the image's palette in little-endian native RGB555 format]:palette file:_files" - '(-q --palette-map -Q --output-palette-map)'{-p,--palette-map}"+[Output the image's palette map]:palette map file:_files" + '(-q --palette-map -Q --output-palette-map)'{-q,--palette-map}"+[Output the image's palette map]:palette map file:_files" '(-r --reverse)'{-r,--reverse}'+[Yield an image from binary data]:image width (in tiles):' '(-s --palette-size)'{-s,--palette-size}'+[Limit palette size]:palette size:' '(-t --tilemap -T --output-tilemap)'{-t,--tilemap}'+[Generate a map of tile indices]:tilemap file:_files'