about summary refs log tree commit diff
path: root/Completion/Unix/Command/_xxd
diff options
context:
space:
mode:
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