--- ./docs/tutorial01.txt.orig	2007-03-31 22:38:37.000000000 -0300
+++ ./docs/tutorial01.txt	2007-04-09 00:41:11.000000000 -0300
@@ -382,7 +382,7 @@
       statements for this app.
 
     * ``python manage.py sqlall polls`` -- A combination of all the SQL from
-      the 'sql', 'sqlinitialdata', and 'sqlindexes' commands.
+      the 'sql', 'sqlcustom', and 'sqlindexes' commands.
 
 Looking at the output of those commands can help you understand what's actually
 happening under the hood.
--- ./docs/django-admin.txt.orig	2007-04-09 00:02:21.000000000 -0300
+++ ./docs/django-admin.txt	2007-04-09 00:04:13.000000000 -0300
@@ -329,7 +329,7 @@
 
 Prints the CREATE TABLE and initial-data SQL statements for the given appnames.
 
-Refer to the description of ``sqlinitialdata`` for an explanation of how to
+Refer to the description of ``sqlcustom`` for an explanation of how to
 specify initial data.
 
 sqlclear [appname appname ...]
