From b0f8a1eefa9a723f09f56cca26249296e4f54682 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 28 Sep 2007 08:51:33 +0000 Subject: 23850: complete for GNU md5sum instead. --- Completion/Unix/Command/_md5sum | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_md5sum b/Completion/Unix/Command/_md5sum index 0d0076292..2351d1abd 100644 --- a/Completion/Unix/Command/_md5sum +++ b/Completion/Unix/Command/_md5sum @@ -1,9 +1,11 @@ #compdef md5sum _arguments -S \ - "-v[verbose, print file names when checking]" \ - "-b[read files in binary mode]" \ - "(*)-c[check message digests (default is generate)]:md5 digest file:_files -g \*.md5" \ - "(-)*:file to digest:_files" - - + '(-b --binary)'{-b,--binary}'[read in binary mode]' \ + '(-c --check)'{-c,--check}'[read MD5 sums from the FILEs and check them]' \ + '(-t --text)'{-t,--text}'[read in text mode]' \ + '--status[no output, status code shows success]' \ + '(-w --warn)'{-w,--warn}'[warn about improperly formatted checksum lines]' \ + '--help[display help and exit]' \ + '--version[output version information and exit]' \ + '*:files:_files' -- cgit 1.4.1