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

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