diff options
| author | Oliver Kiddle <opk@zsh.org> | 2026-05-14 22:13:01 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2026-05-14 22:13:01 +0200 |
| commit | 175e06494d28b1d55421c5f214c4d77790c7879b (patch) | |
| tree | a19247686076a8d0e825c74400041d100748b566 /Completion/Unix/Command/_diffstat | |
| parent | 54526: update completions for FreeBSD 14.4 and 15.0 (diff) | |
| download | zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.gz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.bz2 zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.lz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.xz zsh-175e06494d28b1d55421c5f214c4d77790c7879b.tar.zst zsh-175e06494d28b1d55421c5f214c4d77790c7879b.zip | |
54528: completion option updates and minor cleanups
Diffstat (limited to 'Completion/Unix/Command/_diffstat')
| -rw-r--r-- | Completion/Unix/Command/_diffstat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_diffstat b/Completion/Unix/Command/_diffstat index 9e7bf779b..068ec4c1e 100644 --- a/Completion/Unix/Command/_diffstat +++ b/Completion/Unix/Command/_diffstat @@ -17,6 +17,7 @@ _arguments -s -S \ '-n+[specify minimum width for filenames]:width [auto]' \ '-N+[specify maximum width for filenames]:width [auto]' \ '-o+[redirect standard output to specified file]:output file:_files' \ + '-O[inspect only files listed in diff for -S/-D options]' \ '-p+[specify number of path separators to strip]:path components [common]' \ '-q[suppress "0 files changed" message for empty diffs]' \ '-r+[specify rounding for histogram]:rounding:((0\:none 1\:simple 2\:simple+adjustment))' \ |
