mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
github #152: _apt fix typos
This commit is contained in:
committed by
Jun-ichi Takimoto
parent
bcae4b58e6
commit
1f062e3ed2
@@ -1,3 +1,8 @@
|
||||
2026-04-03 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
|
||||
|
||||
* Christopher Bock: github #152: Completion/Debian/Command/_apt:
|
||||
_apt fix typos
|
||||
|
||||
2026-03-31 Bart Schaefer <schaefer@zsh.org>
|
||||
|
||||
* Philippe: 54048: Src/params.c, Test/K01nameref.ztst: consistently
|
||||
|
||||
@@ -393,18 +393,18 @@ _apt_consume_long () {
|
||||
|
||||
_apt-cmd () {
|
||||
_apt_arguments _apt-cmd_sm \
|
||||
-S,--snapshot:_apt_snapshot_datesg \
|
||||
-S,--snapshot:_apt_snapshot_dates \
|
||||
-V,--verbose-versions:bool \
|
||||
-b,--compile,--build:bool \
|
||||
-c,--config-file:configfileg \
|
||||
-c,--config-file:configfile \
|
||||
-d,--download-only:bool \
|
||||
-f,--fix-broken:bool \
|
||||
-h,--help:bool \
|
||||
-m,--ignore-missing,--fix-missing:bool \
|
||||
-o,--option:arbitemg \
|
||||
-q,--quiet,--silent:intlevelg \
|
||||
-o,--option:arbitem \
|
||||
-q,--quiet,--silent:intlevel \
|
||||
-s,--simulate,--just-print,--dry-run,--recon,--no-act:bool \
|
||||
-t,--target-release,--default-release:releaseg \
|
||||
-t,--target-release,--default-release:release \
|
||||
-u,--show-upgraded:bool \
|
||||
-v,--version:bool \
|
||||
-y,--yes,--assume-yes:bool \
|
||||
@@ -483,18 +483,18 @@ _apt-cmd () {
|
||||
|
||||
_apt-get () {
|
||||
_apt_arguments _apt-get_sm \
|
||||
-S,--snapshot:_apt_snapshot_datesg \
|
||||
-S,--snapshot:_apt_snapshot_dates \
|
||||
-V,--verbose-versions:bool \
|
||||
-b,--compile,--build:bool \
|
||||
-c,--config-file:configfileg \
|
||||
-c,--config-file:configfile \
|
||||
-d,--download-only:bool \
|
||||
-f,--fix-broken:bool \
|
||||
-h,--help:bool \
|
||||
-m,--ignore-missing,--fix-missing:bool \
|
||||
-o,--option:arbitemg \
|
||||
-q,--quiet,--silent:intlevelg \
|
||||
-o,--option:arbitem \
|
||||
-q,--quiet,--silent:intlevel \
|
||||
-s,--simulate,--just-print,--dry-run,--recon,--no-act:bool \
|
||||
-t,--target-release,--default-release:releaseg \
|
||||
-t,--target-release,--default-release:release \
|
||||
-u,--show-upgraded:bool \
|
||||
-v,--version:bool \
|
||||
-y,--yes,--assume-yes:bool \
|
||||
|
||||
Reference in New Issue
Block a user