added "-- MODES --"-section to help

This commit is contained in:
2026-01-29 16:35:31 +01:00
parent 91eb824daa
commit 6aa7035804

View File

@@ -10,6 +10,9 @@ show_help(){
echo " -v | Print the current application version"
echo " -h | Show this help text"
echo " -y | Answer all questions with yes"
echo ""
echo "-- MODES --"
echo " access | control over remote access to the device (mac-based-filtering using iptables)"
exit 0
}