diff options
| author | Oliver Kiddle <opk@zsh.org> | 2021-04-19 23:05:49 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2021-04-19 23:05:49 +0200 |
| commit | d01d0a12899ad73b1072e05e7abcce44ea4273bd (patch) | |
| tree | aa32559b8952758ef72d1c0cb57c9e4bba3d0d2b /Completion/Unix/Command/_uname | |
| parent | 47704: POSIX export and readonly ignore "-p" when parameter names also appear (diff) | |
| download | zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar.gz zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar.bz2 zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar.lz zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar.xz zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.tar.zst zsh-d01d0a12899ad73b1072e05e7abcce44ea4273bd.zip | |
48618: update completions for FreeBSD 13
Diffstat (limited to 'Completion/Unix/Command/_uname')
| -rw-r--r-- | Completion/Unix/Command/_uname | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_uname b/Completion/Unix/Command/_uname index 31af91eb7..0e55ba1c3 100644 --- a/Completion/Unix/Command/_uname +++ b/Completion/Unix/Command/_uname @@ -68,6 +68,9 @@ else '-K[print FreeBSD kernel version]' '-U[print FreeBSD user environment version]' ) + ;| + freebsd<13->.*) + args+=( "-b[print kernel's linker-generated build-id]" ) ;; solaris*) args+=( |
