Skip to content

Commit

Permalink
Update upload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dindonero authored Aug 25, 2021
1 parent 30e2e62 commit ac43199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setup_parser():
parser = argparse.ArgumentParser(description='Upload Files to SmartBugs SASP Server.')
parser.add_argument('--token', type=str, required=True, help="User's GitHub Token")
group_tools = parser.add_mutually_exclusive_group(required='True')
group_tools.add_argument('-t', -tool', nargs='+', help='Select tool(s)')
group_tools.add_argument('-t', '-tool', nargs='+', help='Select tool(s)')
return parser.parse_args()


Expand Down

0 comments on commit ac43199

Please sign in to comment.