diff options
-rwxr-xr-x | bin/akconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 [ <show> | <publish> ]" + echo "" + echo " show Show current configuration (from FileSystem)" + echo " publish Publish current configuration" + echo "" exit 0 } |