From 7a28e15874796b3becf97c0193575d906d0cfd01 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Mon, 11 Jul 2022 13:19:18 +1000 Subject: Update backend documentation --- backend/tolData/genEnwikiDescData.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/tolData/genEnwikiDescData.py') 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) -- cgit v1.2.3