abuild: add missing params flags in docs
This commit is contained in:
parent
a417fd27fc
commit
c3f021f2b4
|
@ -24,7 +24,7 @@ other related operations.
|
||||||
*-d*
|
*-d*
|
||||||
Disable dependency checking
|
Disable dependency checking
|
||||||
|
|
||||||
*-D*
|
*-D DESCRIPTION*
|
||||||
Set APKINDEX description (default: *$repo $(git describe)*)
|
Set APKINDEX description (default: *$repo $(git describe)*)
|
||||||
|
|
||||||
*-f*
|
*-f*
|
||||||
|
@ -45,7 +45,7 @@ other related operations.
|
||||||
*-m*
|
*-m*
|
||||||
Disable colors (monochrome)
|
Disable colors (monochrome)
|
||||||
|
|
||||||
*-P*
|
*-P REPODEST*
|
||||||
Set REPODEST as the repository location for created packages
|
Set REPODEST as the repository location for created packages
|
||||||
|
|
||||||
*-q*
|
*-q*
|
||||||
|
@ -54,8 +54,8 @@ other related operations.
|
||||||
*-r*
|
*-r*
|
||||||
Install missing dependencies from system repository
|
Install missing dependencies from system repository
|
||||||
|
|
||||||
*-s*
|
*-s SRCDEST*
|
||||||
Set source package destination directory
|
Set source package destination directory to SRCDEST
|
||||||
|
|
||||||
*-v*
|
*-v*
|
||||||
Verbose: show every command as it is run (very noisy)
|
Verbose: show every command as it is run (very noisy)
|
||||||
|
|
Loading…
Reference in New Issue