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

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