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

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