Skip to content

Commit

Permalink
Fix wrong completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed May 4, 2023
1 parent 008a582 commit f0bb09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/zsh/_patchelf
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit f0bb09c

Please sign in to comment.