From f0bb09c18392edf9f77d49c11eb1cbbde7fccce2 Mon Sep 17 00:00:00 2001 From: wzy <32936898+Freed-Wu@users.noreply.github.com> Date: Thu, 4 May 2023 23:33:27 +0800 Subject: [PATCH] Fix wrong completion --- completions/zsh/_patchelf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)'