Skip to content

Commit

Permalink
Update prevention_policy_hawk sample
Browse files Browse the repository at this point in the history
  • Loading branch information
okewoma committed Jul 16, 2024
1 parent 2f579e5 commit 5f85bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/prevention_policy/prevention_policy_hawk.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def consume_command_line():
parser = ArgumentParser(description=shiny_description(__doc__),
formatter_class=RawTextHelpFormatter
)
parser.add_argument("-d", "--debug",
parser.add_argument("-debug", "--debug",
help="Enable API debugging",
action="store_true",
default=False
Expand Down

0 comments on commit 5f85bde

Please sign in to comment.