From da05d2cc2b9bf758eddee8d6613e79bb4f07e3f7 Mon Sep 17 00:00:00 2001 From: dana Date: Wed, 24 Oct 2018 00:41:58 -0500 Subject: 43718: Use singular completion group descriptions --- Completion/Unix/Command/_xxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_xxd') 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 -- cgit v1.2.3