diff --git a/completions/zsh/_patchelf b/completions/zsh/_patchelf index c674549a..522221b7 100644 --- a/completions/zsh/_patchelf +++ b/completions/zsh/_patchelf @@ -2,7 +2,7 @@ local options=( '--page-size[Uses the given page size]:SIZE' - '--set-interpreter[Change the dynamic loader of executable]:INTERPRETER:dynamic loader:_files' + '--set-interpreter[Change the dynamic loader of executable]:INTERPRETER:_files' '(- : *)--print-interpreter[Prints the ELF interpreter of the executable]' '(- : *)--print-os-abi[Prints the OS ABI of the executable]' '--set-os-abi[Changes the OS ABI of the executable]:ABI:(none sysv hpux netbsd gnu linux solaris aix irix freebsd tru64 modesto openbsd arm_aeabi arm standalone)'