Skip to content

Commit

Permalink
Note b option existence for option parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed Aug 13, 2024
1 parent 432c7d2 commit e104537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_local_chunk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GAM_FILES=()
GAM_PALETTES=()
NODE_COLORS=()

while getopts x:g:p:r:o:d:n: flag
while getopts x:g:p:r:o:b:d:n: flag
do
case "${flag}" in
x) GRAPH_FILE="${OPTARG}";;
Expand Down

0 comments on commit e104537

Please sign in to comment.