Skip to content

Commit

Permalink
Merge branch 'local_upd'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgizdov committed Jul 10, 2020
2 parents fc1b7ac + 6514995 commit 9886d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send_email
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ while getopts "t:c:C:e:E:a:d:N:S:A:b:m:r:R:L:s:HMDvhVn" opt; do
;;
\?)
help
fail "Invalid option -${OPTARG}" 1
fail "Invalid option -- '${OPTARG:-${!OPTIND:-${opt:-}}}'" 1
;;
esac
done
Expand Down

0 comments on commit 9886d9b

Please sign in to comment.