diff options
| author | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:57:16 +0200 |
| commit | 985952e2f616c816e24c4cf5aee70416e4f23e07 (patch) | |
| tree | e37424c3fec594ba2e03217ee4915f7b1276035c /Completion/Unix/Command/_ldd | |
| parent | 52216: metafy usernames to allow for them to be UTF-8 encoded (diff) | |
| download | zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.gz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.bz2 zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.lz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.xz zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.tar.zst zsh-985952e2f616c816e24c4cf5aee70416e4f23e07.zip | |
52217: update completions for FreeBSD 14
Diffstat (limited to 'Completion/Unix/Command/_ldd')
| -rw-r--r-- | Completion/Unix/Command/_ldd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_ldd b/Completion/Unix/Command/_ldd index 3c7b088df..98ac41e14 100644 --- a/Completion/Unix/Command/_ldd +++ b/Completion/Unix/Command/_ldd @@ -30,8 +30,7 @@ else freebsd*) args=( '-a[show all objects that are needed by each loaded object]' - '-v[verbose listing of the dynamic linking headers]' - '-f+[specify format]:format:((%a\:program\ name %A\:environment\ name %o\:library\ name %p\:path\ to\ library %x\:load\ address))' + '*-f+[specify format]:format:((%a\:program\ name %A\:environment\ name %o\:library\ name %p\:path\ to\ library %x\:load\ address))' ) ;; esac |
