[Yum-devel] [PATCH] Fix command docstring copy-pastos.

Ville Skyttä ville.skytta at iki.fi
Tue Dec 13 21:11:09 UTC 2011


---
 yumcommands.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/yumcommands.py b/yumcommands.py
index 9d698bc..d6a32ee 100644
--- a/yumcommands.py
+++ b/yumcommands.py
@@ -495,7 +495,7 @@ def _list_cmd_calc_columns(base, ypl):
 
 class InfoCommand(YumCommand):
     """A class containing methods needed by the cli to execute the
-    update command.
+    info command.
     """
 
     def getNames(self):
@@ -1115,7 +1115,7 @@ class ProvidesCommand(YumCommand):
 
 class CheckUpdateCommand(YumCommand):
     """A class containing methods needed by the cli to execute the
-    update command.
+    check-update command.
     """
 
     def getNames(self):
@@ -1274,7 +1274,7 @@ class SearchCommand(YumCommand):
 
 class UpgradeCommand(YumCommand):
     """A class containing methods needed by the cli to execute the
-    update command.
+    upgrade command.
     """
 
     def getNames(self):
-- 
1.7.6.4



More information about the Yum-devel mailing list