From bddd08868cbdc0f4ec4a926efce6d7a26950a568 Mon Sep 17 00:00:00 2001 From: Christopher Beckmann Date: Wed, 3 May 2023 13:07:42 +0200 Subject: [PATCH] Update 'kfg' --- kfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kfg b/kfg index 928b59c..b70a16a 100644 --- a/kfg +++ b/kfg @@ -4,18 +4,18 @@ NAME="kfg" VERSION="0.1" function show_help { - echo -n "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]" + echo -n "Usage: $NAME [cmd] [ -y | --yes ] [ -h | --help ] [ -m | --arch ARCH-STRING ] [ -d | --debug ]\n" echo -n "Available commands: \tupdate\t\t update the tool \tinstall\t\t install configs :) - " +" echo -n "Available options: - \t-h | --help\t\t Show this help - \t-y | --yes\t\t Skip confirmation questions - \t-m | --arch STRING\t Set the architecture string to be used when downloading files from repositories. Most common are "amd64", "arm64", "armhf", etc... - \t-d | --debug\t\t Print debug output - " + -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... + -d | --debug\t\t Print debug output +" exit 2 }