From 88baa7c5a9e9a48374a7317602c2ff24f3e05d2b Mon Sep 17 00:00:00 2001 From: hax4dazy <16256978+hax4dazy@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:08:38 +0200 Subject: [PATCH] Fix tiny spelling mistake --- src/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start.py b/src/start.py index 09c01ca..d04e424 100644 --- a/src/start.py +++ b/src/start.py @@ -6,7 +6,7 @@ if __name__ == '__main__': - parser = argparse.ArgumentParser(description="TeamNeptune's DeepSea build script.") + parser = argparse.ArgumentParser(description="Team Neptune's DeepSea build script.") requiredNamed = parser.add_argument_group('Options required to build a release candidate') requiredNamed.add_argument('-gt', '--githubToken', help='Github Token', required=True) args = parser.parse_args()