Skip to content

Commit

Permalink
Merge 58dd987 into 4b50fc4
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert committed Mar 10, 2018
2 parents 4b50fc4 + 58dd987 commit 2f5f625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/create_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def init(url, key):
parser = argparse.ArgumentParser(description='Create an event on MISP.')
parser.add_argument("-d", "--distrib", type=int, help="The distribution setting used for the attributes and for the newly created event, if relevant. [0-3].")
parser.add_argument("-i", "--info", help="Used to populate the event info field if no event ID supplied.")
parser.add_argument("-a", "--analysis", type=int, help="The analysis level of the newly created event, if applicatble. [0-2]")
parser.add_argument("-t", "--threat", type=int, help="The threat level ID of the newly created event, if applicatble. [1-4]")
parser.add_argument("-a", "--analysis", type=int, help="The analysis level of the newly created event, if applicable. [0-2]")
parser.add_argument("-t", "--threat", type=int, help="The threat level ID of the newly created event, if applicable. [1-4]")
args = parser.parse_args()

misp = init(misp_url, misp_key)
Expand Down

0 comments on commit 2f5f625

Please sign in to comment.