aboutsummaryrefslogtreecommitdiff
path: root/backend/tolData/genEnwikiDescData.py
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-07-11 13:19:18 +1000
committerTerry Truong <terry06890@gmail.com>2022-07-11 13:19:18 +1000
commit7a28e15874796b3becf97c0193575d906d0cfd01 (patch)
tree20c679fb7167c18009a697f0d3db7bed1d1b409c /backend/tolData/genEnwikiDescData.py
parent5fe71ea7b9d9a5d2dc6e8e5ce5b9193629eed74d (diff)
Update backend documentation
Diffstat (limited to 'backend/tolData/genEnwikiDescData.py')
-rwxr-xr-xbackend/tolData/genEnwikiDescData.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/tolData/genEnwikiDescData.py b/backend/tolData/genEnwikiDescData.py
index d3f93ed..0e86fd5 100755
--- a/backend/tolData/genEnwikiDescData.py
+++ b/backend/tolData/genEnwikiDescData.py
@@ -7,8 +7,8 @@ usageInfo = f"""
Usage: {sys.argv[0]}
Reads a database containing data from Wikipedia, and tries to associate
-wiki pages with nodes in the database, and add descriptions for nodes
-that don't have them.
+wiki pages with nodes in the tree-of-life database, and add descriptions for
+nodes that don't have them.
"""
if len(sys.argv) > 1:
print(usageInfo, file=sys.stderr)