Skip to content

Commit

Permalink
Add info on --groups option
Browse files Browse the repository at this point in the history
  • Loading branch information
f2404 committed May 14, 2016
1 parent 248d097 commit 280345f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/package-query.8
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ search if foreign packages have updates on AUR\&.
.RE
.SH "SYNC DB SEARCH"
.PP
\fB\-g, \-\-groups\fR
.RS 4
List groups or packages contained in a group if provided with argument\&.
.RE
.PP
\fB\-l, \-\-list\fR
.RS 4
List repository content\&.
Expand Down
1 change: 1 addition & 0 deletions src/package-query.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ static void usage (unsigned short _error)
fprintf(stderr, "\n\t-i --info search by name");
fprintf(stderr, "\n\t--maintainer search by maintainer (AUR only)");
fprintf(stderr, "\n\t--pkgbase limit info to pkgbase (AUR only)");
fprintf(stderr, "\n\t-g --groups list groups or packages contained in a group");
fprintf(stderr, "\n\t-l --list list repository content");
fprintf(stderr, "\n\t-m --foreign search for foreign packages");
fprintf(stderr, "\n\t-n --native search for native packages");
Expand Down

0 comments on commit 280345f

Please sign in to comment.