From bddba98a9b77ac6c0b012489c5d1dd0f6d2ce17f Mon Sep 17 00:00:00 2001
From: Scott Kitterman <scott@kitterman.com>
Date: Fri, 13 Aug 2010 09:13:56 -0400
Subject: [PATCH] Make X(S)-Python-Version usage consistent.

---
 debian/pyversions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/pyversions.py b/debian/pyversions.py
index 53ca727..414d13d 100644
--- a/debian/pyversions.py
+++ b/debian/pyversions.py
@@ -330,7 +330,7 @@ def main():
                       help='print the supported python versions',
                       action='store_true', dest='supported')
     parser.add_option('-r', '--requested',
-                      help='print the python versions requested by a build; the argument is either the name of a control file or the value of the X-Python-Version/XS-Python-Version attribute',
+                      help='print the python versions requested by a build; the argument is either the name of a control file or the value of the X(S)-Python-Version attribute',
                       action='store_true', dest='requested')
     parser.add_option('-i', '--installed',
                       help='print the installed supported python versions',
-- 
GitLab