Fixing error message

This commit is contained in:
Alex Epstein 2017-06-26 22:44:17 -04:00
parent 19fd371c1b
commit 4795d1dd59
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ Quick search that grabs relevant information about a movie
* To get and print weather based on a location: <a href="wttr.in">wttr.in</a>
* To grab the stock information in JSON format: <a href="https://www.alphavantage.co">alphavantage.co</a>
* To grab the latest exchange rate between currencies: <a href="http://api.fixer.io">api.fixer.io</a>
* To grab information on movies: <a href="http://www.omdbapi.com/">omdbapi.com/</a>
* To grab information on movies: <a href="http://www.omdbapi.com/">omdbapi.com</a>
#### Inspired by: <a href="https://github.com/jakewmeyer/Ruby-Scripts">Ruby-Scripts</a>
## Installing

View File

@ -28,7 +28,7 @@ while getopts ":e:d::" opt; do
;;
d)
if [[ $# -gt 3 ]]; then
echo "Option -e only accepts two arguments" <&2
echo "Option -d only accepts two arguments" <&2
exit 1
fi
decrypt $2 $3