From d784e641aba8fdefa621935bb14b9450d1dac527 Mon Sep 17 00:00:00 2001
From: Scott Kitterman <kitterma@dell-desktop>
Date: Fri, 25 Jun 2010 14:07:56 -0400
Subject: [PATCH] Fix dh_python2 examples to refer to dh_python2 and not
 dh_python.

---
 dh_python2 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dh_python2 b/dh_python2
index e0215d0..94befa9 100755
--- a/dh_python2
+++ b/dh_python2
@@ -52,9 +52,9 @@ PUBLIC_DIR_RE = re.compile(r'.*?/usr/lib/python(\d.\d+)/(site|dist)-packages')
 
 """TODO: move it to manpage
 Examples:
-    dh_python
-    dh_python -V 2.4- # public files only, Python >= 2.4
-    dh_python -p python-foo -X 'bar.*' /usr/lib/baz/ # private files in
+    dh_python2
+    dh_python2 -V 2.4- # public files only, Python >= 2.4
+    dh_python2 -p python-foo -X 'bar.*' /usr/lib/baz/ # private files in
                                                        python-foo package
 """
 
-- 
GitLab