Blame SOURCES/BZ-1245117-yum-config-manager-all-repos.patch

085af2
commit 84988d6ae0e3d6dad07cde3701a69f7717cf8962
085af2
Author: Valentina Mukhamedzhanova <vmukhame@redhat.com>
085af2
Date:   Fri May 13 12:19:33 2016 +0200
085af2
085af2
    yum-config-manager: document syntax for enabling/disabling all repos.
085af2
085af2
diff --git a/docs/yum-config-manager.1 b/docs/yum-config-manager.1
085af2
index 81b895b..c130070 100644
085af2
--- a/docs/yum-config-manager.1
085af2
+++ b/docs/yum-config-manager.1
085af2
@@ -16,9 +16,9 @@ Display a help message, and then quit.
085af2
 .IP "\fB\-\-save\fP"
085af2
 Save the current options (useful with \-\-setopt).
085af2
 .IP "\fB\-\-enable\fP"
085af2
-Enable the specified repos (automatically saves).
085af2
+Enable the specified repos (automatically saves). To enable all repositories run 'yum-config-manager --enable \\*".
085af2
 .IP "\fB\-\-disable\fP"
085af2
-Disable the specified repos (automatically saves).
085af2
+Disable the specified repos (automatically saves). To disable all repositories run "yum-config-manager --disable \\*".
085af2
 .IP "\fB\-\-add\-repo=ADDREPO\fP"
085af2
 Add (and enable) the repo from the specified file or url.
085af2
 .SH "ADDITIONAL OPTIONS"