Update chronometer.sh

What, me? Reference the wrong file?
This commit is contained in:
Adam Warner 2016-01-18 22:15:39 +00:00
parent 487c26db44
commit 0eed56380d

View file

@ -111,7 +111,7 @@ function normalChrono(){
function displayHelp(){
echo "Displays stats about your piHole!"
echo " "
echo "Usage: whitelist.sh [optional:-j]"
echo "Usage: chronometer.sh [optional:-j]"
echo "Note: If no option is passed, then stats are displayed on screen, updated every 5 seconds
echo " "
echo "Options:"
@ -132,4 +132,4 @@ do
"-h" | "--help" ) displayHelp;;
* ) exit 1;;
esac
done
done