From 0eed56380d2cb36cf54832e858df4cdb1febb85a Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 18 Jan 2016 22:15:39 +0000 Subject: [PATCH] Update chronometer.sh What, me? Reference the wrong file? --- advanced/Scripts/chronometer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advanced/Scripts/chronometer.sh b/advanced/Scripts/chronometer.sh index f8285313..5ef641df 100755 --- a/advanced/Scripts/chronometer.sh +++ b/advanced/Scripts/chronometer.sh @@ -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 \ No newline at end of file +done