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

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