Skip to content

Commit

Permalink
update opts
Browse files Browse the repository at this point in the history
  • Loading branch information
mchowdh200 committed Jul 7, 2022
1 parent 01375e9 commit 009d581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stix_query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

while getopts ":a:p:" opt; do
while getopts ":q:i:d:t:" opt; do
case $opt in
q) queries="$OPTARG"
;;
Expand Down

0 comments on commit 009d581

Please sign in to comment.