index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | 依云 <lilydjwg@gmail.com> | 2023-01-14 00:44:55 +0800 |
---|---|---|
committer | Christian Heusel <christian@heusel.eu> | 2024-05-18 19:39:18 +0200 |
commit | 5f198534144f09d09f9e4c0541d8da15f8c1aed3 (patch) | |
tree | 6f0692d5e24bb3ad199b0777d293f80f3ab4152e /contrib/completion/zsh/_devtools.in | |
parent | 2b62ac660d258858f7a7795a113a7056d0d2c79d (diff) |
-rw-r--r-- | contrib/completion/zsh/_devtools.in | 1 |
diff --git a/contrib/completion/zsh/_devtools.in b/contrib/completion/zsh/_devtools.in index d38733f..5c1b264 100644 --- a/contrib/completion/zsh/_devtools.in +++ b/contrib/completion/zsh/_devtools.in @@ -222,6 +222,7 @@ _makechrootpkg_args=( '-c[Clean the chroot before building]' '*-d[Bind directory into build chroot as read-write]:bind_dir_rw:_files -/' '*-D[Bind directory into build chroot as read-only]:bind_dir_ro:_files -/' + '*-t[Mount a tmpfs at directory]:tmpfs_dir:_files -/' '-u[Update the working copy of the chroot before building]' '-r[The chroot dir to use]:chroot_dir:_files -/' '*-I[Install a package into the working copy]:target:_files -g "*.pkg.tar.*(.)"' |