Skip to content

Commit

Permalink
Merge pull request newsapps#153 from br/parallel-sting
Browse files Browse the repository at this point in the history
Use -s rather than -S, due to flag conflict.
  • Loading branch information
cosmin authored Jul 14, 2016
2 parents f2d4718 + e8e8ae2 commit d51a239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beeswithmachineguns/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def parse_options():
attack_group.add_option('-P', '--contenttype', metavar="CONTENTTYPE", nargs=1,
action='store', dest='contenttype', type='string', default='text/plain',
help="ContentType header to send to the target of the attack.")
attack_group.add_option('-S', '--sting', metavar="sting", nargs=1,
attack_group.add_option('-s', '--sting', metavar="sting", nargs=1,
action='store', dest='sting', type='int', default=1,
help="The flag to sting (ping to cache) url before attack (default: 1). 0: no sting, 1: sting sequentially, 2: sting in parallel")
attack_group.add_option('-S', '--seconds', metavar="SECONDS", nargs=1,
Expand Down

0 comments on commit d51a239

Please sign in to comment.