Fixing old functionality for cryptocurrency

This commit is contained in:
Alex Epstein 2018-01-03 09:26:04 -05:00
parent a8300df843
commit f43d4fa54a
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ EOF
while getopts "f:uvh" opt; do
while getopts "of:uvh" opt; do
case "$opt" in
\?) echo "Invalid option: -$OPTARG" >&2
exit 1