Update CountTaxonOccurence.py

This commit is contained in:
Auden Cote-L'Heureux 2023-10-24 11:20:11 -04:00 committed by GitHub
parent 81f54d2e1c
commit b3fcdc7c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ import argparse
def get_args(): def get_args():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
prog = 'Tip counting script', prog = 'Taxon occurence counting script',
description = "Updated Oct 24th, 2023 by Auden Cote-L'Heureux." description = "Updated Oct 24th, 2023 by Auden Cote-L'Heureux."
) )