From 6aa70358041512c198ab1eafd0bf82702ee98bdc Mon Sep 17 00:00:00 2001 From: Elias Fierke Date: Thu, 29 Jan 2026 16:35:31 +0100 Subject: [PATCH] added "-- MODES --"-section to help --- src/paperctl.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 }