We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6769bcd commit 8fd6220Copy full SHA for 8fd6220
1 file changed
data/_xbps
@@ -143,7 +143,8 @@ _xbps_install() {
143
{-U,--unpack-only}'[Unpack packages without configuring]' \
144
{-M,--memory-sync}'[Keep remote repository data in memory only]' \
145
{-n,--dry-run}'[Dry-run mode]' \
146
- '*'{-R,--repository=-}'[Add repository to the top of the list]:repository url:_files -/' \
+ {-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 -/' \
148
{-S,--sync}'[Sync remote repository index]' \
149
--reproducible'[Enable reproducible mode in pkgdb]' \
150
--staging'[Enable use of staged packages]' \
0 commit comments