From f6fcc3a51e1914e0270d60d4c688a0f747716018 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 18 Jul 2022 09:51:41 -0400 Subject: Change help to tips "help" is a bash builtin, "tips" isn't the best but its just what I thought of first. --- Biz/Bild/ShellHook.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Biz') diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh index 4ab1920..c2e191a 100644 --- a/Biz/Bild/ShellHook.sh +++ b/Biz/Bild/ShellHook.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash ## - function help() { + function tips() { echo "" echo "bizdev" | figlet | lolcat echo "" @@ -8,7 +8,7 @@ echo " repl start a repl" echo " ci run all builds and tests" echo " deps manage dependencies with niv" - echo " help show this message" + echo " tips show this message" echo " lint auto-lint all changed files" echo " push send a namespace to the cloud" echo " ship lint, bild, and push one (or all) namespace(s)" @@ -28,5 +28,5 @@ alias ci="$BIZ_ROOT/Biz/Ide/hooks/pre-push" # # - help + tips ## -- cgit v1.2.3