1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Forwarded-Upstream: not needed
Author: Brett Parker <iDunno@sommitrealweird.co.uk>
Comment:
Update the manual page to speak of django-admin instead of
django-admin.py as that's the name used by the Debian package.
.
This is a Debian specific patch.
--- a/docs/man/django-admin.1 2007-09-08 10:47:27.516890257 +0100
+++ b/docs/man/django-admin.1 2007-09-08 10:48:01.822845242 +0100
@@ -1,9 +1,9 @@
-.TH "django-admin.py" "1" "March 2008" "Django Project" ""
+.TH "django-admin" "1" "March 2008" "Django Project" ""
.SH "NAME"
-django\-admin.py \- Utility script for the Django web framework
+django\-admin \- Utility script for the Django web framework
.SH "SYNOPSIS"
-.B django\-admin.py
+.B django\-admin
.I <action>
.B [options]
.sp
.SH "DESCRIPTION"
|