diff options
author | Igor Murzov | 2012-08-29 16:14:47 +0400 |
---|---|---|
committer | Jason Woodward | 2012-08-30 10:25:45 +0000 |
commit | 36a50ab16dc899bc7fe96763fc4c8120e1e9406b (patch) | |
tree | dc54cf026beb94ba8022685d1700cc42d591298a | |
parent | 26568d592765b9f880a5359abf2ad9e83b7641a9 (diff) | |
download | slapt-get-36a50ab16dc899bc7fe96763fc4c8120e1e9406b.tar.gz |
Add --allow-unauthenticated option description to the man page.
-rw-r--r-- | doc/slapt-get.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/slapt-get.8 b/doc/slapt-get.8 index 8340add..0f0444e 100644 --- a/doc/slapt-get.8 +++ b/doc/slapt-get.8 @@ -22,7 +22,8 @@ slapt-get \- frontend to pkgtools \fB--config\fR|\fB-c\fR \fIFILE\fR, \fB--remove-obsolete\fR, \fB--retry\fR \fIN\fR, -\fB--no-upgrade\fR +\fB--no-upgrade\fR, +\fB--allow-unauthenticated\fR .LP .B targets: \fB--update\fR|\fB-u\fR, @@ -88,7 +89,7 @@ Skip the dependency check. Print URIs of packages to be downloaded to stdout, but do not download. .TP \fB\-\-show\-stats\fR, \fB\-S\fR -Show the download statistics +Show the download statistics. .TP \fB\-\-config\fR, \fB\-c\fR \fIFILE\fR Specify file location of slapt-get configuration. @@ -107,6 +108,9 @@ Specify the number of retries to attempt if the package download fails. Install the package rather than attempting to detect if a previous version is installed and upgrading it. This is useful for installing kernel packages. This option is only valid for \fB\-\-install\fR targets. +.TP +\fB\-\-allow\-unauthenticated\fR +Allow unauthenticated packages. .SH TARGETS .TP |