about summary refs log tree commit diff
path: root/Completion/Unix/Command/_xxd
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-10-24 00:41:58 -0500
committerdana <dana@dana.is>2018-10-24 00:41:58 -0500
commitda05d2cc2b9bf758eddee8d6613e79bb4f07e3f7 (patch)
treeb812fae54a9dec5bbc94ed9dc97cd1bf971e0a48 /Completion/Unix/Command/_xxd
parentf413e5e17f0ffa99cfe8e5c0e035008cdeff4efa (diff)
downloadzsh-da05d2cc2b9bf758eddee8d6613e79bb4f07e3f7.tar.gz
zsh-da05d2cc2b9bf758eddee8d6613e79bb4f07e3f7.tar.xz
zsh-da05d2cc2b9bf758eddee8d6613e79bb4f07e3f7.zip
43718: Use singular completion group descriptions
Diffstat (limited to 'Completion/Unix/Command/_xxd')
-rw-r--r--Completion/Unix/Command/_xxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_xxd b/Completion/Unix/Command/_xxd
index 0034be519..3a8efd664 100644
--- a/Completion/Unix/Command/_xxd
+++ b/Completion/Unix/Command/_xxd
@@ -41,7 +41,7 @@ arguments=(
   {-o+,-offset}'[add specified offset to displayed file position]:offset'
   {-s,-skip,-seek}'[specify file offset to dump from]: :_guard "[0-9]#" "file offset to dump from (absolute or relative)"'
 
-  ':files:_files'
+  ': :_files'
 )
 
 _arguments -S $arguments