Blame SOURCES/python-schedutils-Correct-typos-in-usage-messages.patch

1fa637
From 4f039736f02e3cc8d3b2240d3bb05ae6f8600dee Mon Sep 17 00:00:00 2001
1fa637
From: John Kacur <jkacur@redhat.com>
1fa637
Date: Tue, 10 May 2016 15:59:31 +0200
1fa637
Subject: [PATCH 1/2] python-schedutils: Correct typos in usage messages
1fa637
1fa637
Correct typos in usage messages
1fa637
	- "chrt" should say "pchrt"
1fa637
	- "taskset" should say "ptaskset"
1fa637
1fa637
Also update the email address for bug reports and patches.
1fa637
1fa637
Signed-off-by: John Kacur <jkacur@redhat.com>
1fa637
---
1fa637
 pchrt.py    | 4 ++--
1fa637
 ptaskset.py | 2 +-
1fa637
 2 files changed, 3 insertions(+), 3 deletions(-)
1fa637
1fa637
diff --git a/pchrt.py b/pchrt.py
1fa637
index c4f1f2c5e5ec..0761792454fa 100755
1fa637
--- a/pchrt.py
1fa637
+++ b/pchrt.py
1fa637
@@ -18,7 +18,7 @@ import os, schedutils, sys
1fa637
 
1fa637
 def usage():
1fa637
 	print '''pchrt (python-schedutils)
1fa637
-usage: chrt [options] [prio] [pid | cmd [args...]]
1fa637
+usage: pchrt [options] [prio] [pid | cmd [args...]]
1fa637
 manipulate real-time attributes of a process
1fa637
   -b, --batch                        set policy to SCHED_BATCH
1fa637
   -f, --fifo                         set policy to SCHED_FIFO
1fa637
@@ -32,7 +32,7 @@ manipulate real-time attributes of a process
1fa637
 
1fa637
 You must give a priority if changing policy.
1fa637
 
1fa637
-Report bugs and send patches to <acme@ghostprotocols.net>'''
1fa637
+Report bugs and send patches to <tuna-devel@lists.fedorahosted.org>'''
1fa637
 	return
1fa637
 
1fa637
 def show_priority_limits(policy):
1fa637
diff --git a/ptaskset.py b/ptaskset.py
1fa637
index 15f0ec5bfa1f..afd18477f109 100755
1fa637
--- a/ptaskset.py
1fa637
+++ b/ptaskset.py
1fa637
@@ -18,7 +18,7 @@ import os, schedutils, sys
1fa637
 
1fa637
 def usage():
1fa637
 	print '''ptaskset (python-schedutils)
1fa637
-usage: taskset [options] [mask | cpu-list] [pid | cmd [args...]]
1fa637
+usage: ptaskset [options] [mask | cpu-list] [pid | cmd [args...]]
1fa637
 set or get the affinity of a process
1fa637
 
1fa637
   -p, --pid                  operate on existing given pid
1fa637
-- 
1fa637
2.4.11
1fa637