Skip to content

Commit

Permalink
pbuild: document repoquery option
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 8, 2024
1 parent 4a72683 commit e9f0aef
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pbuild.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@ pbuild \- build a project consisting of a set of packages
.RB [ --dist
.IR dist ]
.B --result
.RB [ --details ]
.RI [ dir ]
.br
.B pbuild
.RB [ --preset
.IR preset ]
.RB [ --dist
.IR dist ]
.B --repoquery
.RI [ deptype: ] dep

.SH DESCRIPTION
The pbuild tool builds a project consisting of a set of packages stored
Expand Down Expand Up @@ -141,6 +148,11 @@ Otherwise it is assumed that the argument is a package name.
.B "\-\-terse"
Do not show detailed information about the package state.

.SH REPOQUERY OPTIONS
.TP
.B "\-\-details"
Show detailed information about the packages.

.SH MISC OPTIONS
.TP
.BI "\-\-hostarch " arch
Expand All @@ -149,6 +161,13 @@ Assume the specified host architecture instead of using "uname -m".
.BI "\-\-configdir " dir
Specify a different directory containing distribution configurations.
.TP
.B "\-\-no-repo-refresh"
Do not check if the cached repository metadata is up to date.
.TP
.BI "\-\-debugflags " types
Enable debug output. Multipe debug types can be concatenanted with a comma.
Use "expansion" to debug the dependency expansion.
.TP
.BI "\-\-help"
Print a short help text.

Expand Down

0 comments on commit e9f0aef

Please sign in to comment.