Blame SOURCES/BZ-1121714-reposync-manpage-missing-switches.patch

5b4f08
From 4833f65fd4b9bd06a9a5e00fb8bc986ad33273e4 Mon Sep 17 00:00:00 2001
5b4f08
From: Jan Chaloupka <jchaloup@redhat.com>
5b4f08
Date: Mon, 25 Aug 2014 08:57:22 +0200
5b4f08
Subject: [PATCH] reposync.1 missing options
5b4f08
5b4f08
---
5b4f08
 docs/reposync.1 | 10 ++++++++++
5b4f08
 1 file changed, 10 insertions(+)
5b4f08
5b4f08
diff --git a/docs/reposync.1 b/docs/reposync.1
5b4f08
index 29043fb..d6d245a 100644
5b4f08
--- a/docs/reposync.1
5b4f08
+++ b/docs/reposync.1
5b4f08
@@ -20,10 +20,18 @@ Also download .src.rpm files.
5b4f08
 .IP "\fB\-r REPOID, \-\-repoid=REPOID\fP"
5b4f08
 Specify repo ids to query, can be specified multiple times (default is
5b4f08
 all enabled).
5b4f08
+.IP "\fB\-e\ CACHEDIR, \-\-cachedir CACHEDIR\fP"
5b4f08
+Directory in which to store metadata.
5b4f08
 .IP "\fB\-t, \-\-tempcache\fP"
5b4f08
 Use a temp dir for storing/accessing yum-cache.
5b4f08
+.IP "\fB\-d, \-\-delete\fP"
5b4f08
+Delete local packages no longer present in repository.
5b4f08
 .IP "\fB\-p DESTDIR, \-\-download_path=DESTDIR\fP"
5b4f08
 Path to download packages to: defaults to current directory.
5b4f08
+.IP "\fB\-\-norepopath\fP"
5b4f08
+Don't add the reponame to the download path.
5b4f08
+Can only be used when syncing a single repository (default is
5b4f08
+to add the reponame).
5b4f08
 .IP "\fB\-g, \-\-gpgcheck\fP"
5b4f08
 Remove packages that fail GPG signature checking after downloading.
5b4f08
 exit status is '1' if at least one package was removed.
5b4f08
@@ -31,6 +39,8 @@ exit status is '1' if at least one package was removed.
5b4f08
 Just list urls of what would be downloaded, don't download.
5b4f08
 .IP "\fB\-l, \-\-plugins\fP"
5b4f08
 Enable yum plugin support.
5b4f08
+.IP "\fB\-m, \-\-downloadcomps\fP"
5b4f08
+Also download comps.xml.
5b4f08
 .IP "\fB\-n, \-\-newest\-only\fP"
5b4f08
 Download only newest packages per-repo.
5b4f08
 .IP "\fB\-q, \-\-quiet\fP"
5b4f08
-- 
5b4f08
1.9.3
5b4f08