Skip to content

Commit

Permalink
Invalid flag removal
Browse files Browse the repository at this point in the history
  • Loading branch information
djdefi committed Nov 22, 2023
1 parent 498af22 commit 6e37704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ while true ; do
case "$2" in
"") shift 2 ;;
# Prepend '--options' to the additional options
*) ADDITIONAL_OPTIONS="--options $2"; shift 2 ;;
*) ADDITIONAL_OPTIONS="$2"; shift 2 ;;
esac ;;
--) shift ; break ;;
*) echo "Invalid option: $1"; usage; exit 1 ;;
Expand Down

0 comments on commit 6e37704

Please sign in to comment.