From 1370702bcdb1db55bbdd532c67f08ad7ba169dd6 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Wed, 25 Mar 2020 08:48:21 +0100 Subject: [PATCH] Adds missing new `-t` option to the usage excerpt message --- updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updater.sh b/updater.sh index 2ff74c5..9a81149 100755 --- a/updater.sh +++ b/updater.sh @@ -77,7 +77,7 @@ show_banner () { ######################### usage() { - echo -e "${BLUE}\nUsage: $0 [-h] [-p PROFILE] [-u] [-d] [-s] [-n] [-b] [-c] [-v] [-r] [-e] [-o OVERRIDE]\n${NC}" 1>&2 # Echo usage string to standard error + echo -e "${BLUE}\nUsage: $0 [-h] [-p PROFILE] [-u] [-d] [-s] [-n] [-b] [-c] [-v] [-e] [-t] [-r] [-o OVERRIDE]\n${NC}" 1>&2 # Echo usage string to standard error echo 'Optional Arguments:' echo -e "\t-h,\t\t Show this help message and exit." echo -e "\t-p PROFILE,\t Path to your ${APPNAME^} profile (if different than the dir of this script)"