mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 23:20:56 +00:00
Update chronometer.sh
What, me? Reference the wrong file?
This commit is contained in:
parent
487c26db44
commit
0eed56380d
@ -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 New Issue
Block a user