summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xserver/debuginfofs-mirror4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/debuginfofs-mirror b/server/debuginfofs-mirror
index fd5ad30..71d464a 100755
--- a/server/debuginfofs-mirror
+++ b/server/debuginfofs-mirror
@@ -82,8 +82,8 @@ class DebuginfoFSDownloader(YumUtilBase):
help="download RPMs but don't bother unpacking them")
o.add_option("--keep-src", default=False, action="store_true",
help="keep the contents of /usr/src/debug from each package")
- o.add_option("--keep-lib", default=False, action="store_true",
- help="keep the contents of /usr/lib/debug from each package")
+ o.add_option("--no-keep-lib", dest="keep_lib", default=True, action="store_false",
+ help="delete the contents of /usr/lib/debug from each package")
#o.add_option("--update-mtimes", default=False, action="store_true",
# help="update the mtime of all files from the given repos")