Skip to content

Commit 8fd6220

Browse files
committed
completion: add parallel download option to _xbps
1 parent 6769bcd commit 8fd6220

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data/_xbps

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ _xbps_install() {
143143
{-U,--unpack-only}'[Unpack packages without configuring]' \
144144
{-M,--memory-sync}'[Keep remote repository data in memory only]' \
145145
{-n,--dry-run}'[Dry-run mode]' \
146-
'*'{-R,--repository=-}'[Add repository to the top of the list]:repository url:_files -/' \
146+
{-p,--parallel-download=-}'[Number of parallel downloads]:jobs:(1 2 3 4 5 6 8 12 16)' \
147+
'*'{-R,--repository=-}'[Add repository to the top of the list]:repository url:_files -/' \
147148
{-S,--sync}'[Sync remote repository index]' \
148149
--reproducible'[Enable reproducible mode in pkgdb]' \
149150
--staging'[Enable use of staged packages]' \

0 commit comments

Comments
 (0)