diff --git a/main.py b/main.py index 122c6f8..3bcab9f 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ parser.add_argument('--source_file', action='store', dest='source_file', type=str, required=True, help='which file to read from') parser.add_argument('--collection_id', action='store', dest='collection_id', - type=str, require=True, + type=str, required=True, help='The id of the collection the contents of the source file should be added to') parser.add_argument('--project_id', action='store', dest='project_id', type=str, default='navedu-test',