Blame SOURCES/BZ-1309676-fs-command-help-fix.patch

d2a170
commit f1766901d3192df6af77de0d0aee027cd9ebae3b
d2a170
Author: James Antill <james@and.org>
d2a170
Date:   Fri Apr 11 01:23:31 2014 -0400
d2a170
d2a170
    Fix summary for yum fs command. BZ 1086461.
d2a170
d2a170
diff --git a/yumcommands.py b/yumcommands.py
d2a170
index 8ee2650..74e4d86 100644
d2a170
--- a/yumcommands.py
d2a170
+++ b/yumcommands.py
d2a170
@@ -4324,7 +4324,7 @@ class FSCommand(YumCommand):
d2a170
         return "[]"
d2a170
 
d2a170
     def getSummary(self):
d2a170
-        return _("Creates filesystem snapshots, or lists/deletes current snapshots.")
d2a170
+        return _("Acts on the filesystem data of the host, mainly for removing docs/lanuages for minimal hosts.")
d2a170
 
d2a170
     def doCheck(self, base, basecmd, extcmds):
d2a170
         """Verify that conditions are met so that this command can run.