correct typos, adapt chmod of bash scripts

Signed-off-by: Matthias <matthias@pebble>
This commit is contained in:
Matthias 2024-10-22 23:05:29 +02:00
parent 7979c16033
commit 5099f0f368
No known key found for this signature in database
GPG key ID: F141C4C1F8F39D19
5 changed files with 16 additions and 8 deletions

View file

@ -7,7 +7,7 @@ import argparse
def parse_args(argv =None):
parser = argparse.ArgumentParser()
parser.add_argument('--username', type=str, help='Username to get the sequences id of')
parser.add_argument('--username', type=str, help='Username to get the sequences id of', required=True)
parser.add_argument('--dev_token', type=str, help='Your mapillary developer token')
parser.add_argument('--max_sequence', type=str, help='Username to get the sequences id of')