diff options
author | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:10:16 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2025-01-27 23:34:59 +0100 |
commit | 4e4274eda6012aead1f236502b163ba063bc465a (patch) | |
tree | 6635dd84f2aff322e452a91dc8f5d67a8a2e434e /Completion/X | |
parent | f3b865b9155269ba0dee7ced93b061e78df507c1 (diff) | |
download | zsh-4e4274eda6012aead1f236502b163ba063bc465a.tar.gz zsh-4e4274eda6012aead1f236502b163ba063bc465a.zip |
53328: completion options update
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/Command/_zeal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/X/Command/_zeal b/Completion/X/Command/_zeal index 334331d40..024b8c381 100644 --- a/Completion/X/Command/_zeal +++ b/Completion/X/Command/_zeal @@ -8,6 +8,7 @@ _arguments -S \ ':query:->queries' \ + '(opt)' \ {-h,--help}'[display help information]' \ + --help-all'[display help, including generic Qt options]' \ {-v,--version}'[display version information]' \ {-f,--force}'[force the application to run]' && ret=0 |