Fix shellcheck throw

This commit is contained in:
kayos@tcp.direct 2023-08-07 15:41:49 -07:00
parent 3ce0431d2d
commit 96efffe9ef
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

@ -8,6 +8,7 @@ function reqs() {
function usage() {
echo -e "\n\t\tclone-all\neasily clone/update a target's github repos\n"
# shellcheck disable=SC2086
echo -e "usage: $(echo $0 | awk -F '/' '{print $NF}') [OPTION...] TARGET\n"
echo -e "OPTION\n"
echo -e " -v \e[90m--verbose\e[0m\n\tenable debug output"