mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +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(){
|
function displayHelp(){
|
||||||
echo "Displays stats about your piHole!"
|
echo "Displays stats about your piHole!"
|
||||||
echo " "
|
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 "Note: If no option is passed, then stats are displayed on screen, updated every 5 seconds
|
||||||
echo " "
|
echo " "
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
|
@ -132,4 +132,4 @@ do
|
||||||
"-h" | "--help" ) displayHelp;;
|
"-h" | "--help" ) displayHelp;;
|
||||||
* ) exit 1;;
|
* ) exit 1;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue