summaryrefslogtreecommitdiff
path: root/schema/gendummydata.py
diff options
context:
space:
mode:
Diffstat (limited to 'schema/gendummydata.py')
-rwxr-xr-xschema/gendummydata.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/gendummydata.py b/schema/gendummydata.py
index 9dd2f45..b5512c5 100755
--- a/schema/gendummydata.py
+++ b/schema/gendummydata.py
@@ -3,11 +3,11 @@
usage: gendummydata.py outputfilename.sql
"""
#
-# This script seeds the AUR database with dummy data for
+# This script seeds the aurweb database with dummy data for
# use during development/testing. It uses random entries
# from /usr/share/dict/words to create user accounts and
# package names. It generates the SQL statements to
-# insert these users/packages into the AUR database.
+# insert these users/packages into the aurweb database.
#
import random
import time