Update 'kfg'

This commit is contained in:
2023-05-03 13:09:19 +02:00
parent 5cc523639f
commit 2de867b8ff

10
kfg
View File

@@ -4,16 +4,16 @@ NAME="kfg"
VERSION="0.1" VERSION="0.1"
function show_help { function show_help {
echo -en "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]" echo -en "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]\n"
echo -en "Available commands: echo -en "Available commands:
\tupdate\t\t update the tool \tupdate\t\t update the tool
\tinstall\t\t install configs :) \tinstall\t\t install configs :)
" \n"
echo -en "Available options: echo -en "Available options:
-h | --help \t Show this help -h | --help \t\t Show this help
-y | --yes \t Skip confirmation questions -y | --yes \t\t Skip confirmation questions
-m | --arch STRING Set the architecture string to be used when downloading files from repositories. Most common are "amd64", "arm64", "armhf", etc... -m | --arch STRING \t Set the architecture string to be used when downloading files from repositories. Most common are "amd64", "arm64", "armhf", etc...
-d | --debug\t\t Print debug output -d | --debug\t\t Print debug output
" "