index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Chih-Hsuan Yen <yan12125@gmail.com> | 2019-08-29 13:56:29 +0800 |
---|---|---|
committer | Levente Polyak <anthraxx@archlinux.org> | 2021-07-01 20:25:38 +0200 |
commit | 4602659068b528fd15428538c627a755d396d2ac (patch) | |
tree | e5473727bfba22632f46b722c3e82a126aded742 | |
parent | 43d58212c5c391235399b5ef4e326e59d2e93675 (diff) |
-rw-r--r-- | zsh_completion.in | 1 |
diff --git a/zsh_completion.in b/zsh_completion.in index e59bc3a..7ff5a69 100644 --- a/zsh_completion.in +++ b/zsh_completion.in @@ -10,6 +10,7 @@ _archbuild_args=( '-c[Recreate the chroot before building]' '-r[Create chroots in this directory]:base_dir:_files -/' '-h[Display usage]' + '--[Introduce makechrootpkg options]:*::makechrootpkg options:= _dispatch makechrootpkg makechrootpkg' ) _archco_args=( |