mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update chronometer.sh
What, me? Reference the wrong file?
This commit is contained in:
parent
487c26db44
commit
0eed56380d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue