[yum-commits] plugins/ps

James Antill james at osuosl.org
Fri Feb 28 20:39:36 UTC 2014


 plugins/ps/ps.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 211180fb095e3448b55f9c9cd7ddc0cc64270b09
Author: Ken Geis <kgeis at berkeley.edu>
Date:   Fri Feb 28 10:36:39 2014 -0800

    fix typo in usage

diff --git a/plugins/ps/ps.py b/plugins/ps/ps.py
index b89f04c..918a269 100644
--- a/plugins/ps/ps.py
+++ b/plugins/ps/ps.py
@@ -61,7 +61,7 @@ class PSCommand:
         return ['ps']
 
     def getUsage(self):
-        return "[all|updates|restart] [pkgs...]"
+        return "[all|updates|restarts] [pkgs...]"
 
     def getSummary(self):
         return "List processes, which are packages"


More information about the Yum-commits mailing list