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

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