From d87a8bfc818371a31e3b0ad22f505049b0060b32 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 5 Feb 2022 17:49:29 +0200 Subject: Added some text explaining and a usage message when no arguments --- bin/akconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/akconfig b/bin/akconfig index eb76bb9..3a833af 100755 --- a/bin/akconfig +++ b/bin/akconfig @@ -1,9 +1,16 @@ #!/bin/bash title(){ echo "Arching Kaos Configuration Tool" + echo "===============================" } usage(){ title + echo "" + echo "Usage: $0 [ | ]" + echo "" + echo " show Show current configuration (from FileSystem)" + echo " publish Publish current configuration" + echo "" exit 0 } -- cgit v1.2.3