-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from shibumi/master
added manpage
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
|
||
.TH "ARCH-AUDIT" "1" "11/13/2016" "1.5" "arch-audit Manual" | ||
.SH "NAME" | ||
arch\-audit \- An utility like pkg-audit for Arch Linux. | ||
.SH "SYNOPSIS" | ||
arch-audit [FLAGS] [OPTIONS] | ||
.SH "DESCRIPTION" | ||
An utility like pkg-audit based on Arch CVE Monitoring Team data. | ||
.SH "FLAGS" | ||
.PP | ||
\fI-h, --help\fR | ||
.RS 4 | ||
Prints help information. | ||
.RE | ||
.PP | ||
\fI-q, --quiet\fR | ||
.RS 4 | ||
Show only vulnerable package names and their versions. | ||
.RE | ||
.PP | ||
\fI-u, --upgradable\fR | ||
.RS 4 | ||
Show only packages that have already been fixed. | ||
.RE | ||
.PP | ||
\fI-V, --version\fR | ||
.RS 4 | ||
Prints version information | ||
.RE | ||
.SH "OPTIONS" | ||
.PP | ||
\fI-b, --dbpath\fR <dbpath> | ||
.RS 4 | ||
Set an alternate database location | ||
.RE | ||
.PP | ||
\fI-f, --format\fR <format> | ||
.RS 4 | ||
Specify a format to control the output. Placeholders are %n (pkgname) | ||
and %c (CVEs) | ||
.SH "AUTHOR" | ||
Developer Andrea Scarpino <[email protected]> |