aboutsummaryrefslogtreecommitdiff
path: root/backend/tolData/genDbpData.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/tolData/genDbpData.py')
-rwxr-xr-xbackend/tolData/genDbpData.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend/tolData/genDbpData.py b/backend/tolData/genDbpData.py
index df3a6be..606ffcb 100755
--- a/backend/tolData/genDbpData.py
+++ b/backend/tolData/genDbpData.py
@@ -7,7 +7,8 @@ usageInfo = f"""
Usage: {sys.argv[0]}
Reads a database containing data from DBpedia, and tries to associate
-DBpedia IRIs with nodes in a database, adding short-descriptions for them.
+DBpedia IRIs with nodes in the tree-of-life database, adding
+short-descriptions for them.
"""
if len(sys.argv) > 1:
print(usageInfo, file=sys.stderr)