From 5cc523639f00edd5566a5be475b55705b3ecd1e3 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Wed, 3 May 2023 13:08:27 +0200 Subject: [PATCH] Update 'kfg' --- kfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kfg b/kfg index b70a16a..e3823c7 100644 --- a/kfg +++ b/kfg @@ -4,13 +4,13 @@ NAME="kfg" VERSION="0.1" function show_help { - echo -n "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]\n" - echo -n "Available commands: + echo -en "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]" + echo -en "Available commands: \tupdate\t\t update the tool \tinstall\t\t install configs :) " - echo -n "Available options: + echo -en "Available options: -h | --help \t Show this help -y | --yes \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...