diff --git a/src/paperctl.sh b/src/paperctl.sh index 79f8121..f1ac2bf 100755 --- a/src/paperctl.sh +++ b/src/paperctl.sh @@ -7,9 +7,12 @@ echo "" show_help(){ echo "-- HELP --" - echo " -v | Print the current application version" - echo " -h | Show this help text" - echo " -y | Answer all questions with yes" + 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 }