fixing a typo

This commit is contained in:
MatijaS 2016-08-03 22:36:04 +02:00 committed by GitHub
parent 20df4fd946
commit fca9a29e95

View file

@ -8,7 +8,7 @@ DELAY=$2
#Check if arg was received
if [ -z "$2" ]; then
echo "USAGE: ./updateproxy.sh <number-of-repetitions <delay-between-repetitions>"
echo "USAGE: ./updateproxy.sh <number-of-repetitions> <delay-between-repetitions>"
exit
fi