From 5238bd8b02002ac522e0ebe87a64d29c91d72809 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 2 Aug 2023 14:55:56 -0600 Subject: [PATCH] fixed getting old help screen in certain scenarios --- tilde | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/tilde b/tilde index e928c7b..c862699 100755 --- a/tilde +++ b/tilde @@ -93,17 +93,6 @@ Please add /tilde/bin to your PATH to use approved scripts without this wrapper. EOF } -usage() { - printf "\nusage: %s [help|list|submit|about|approve|revoke|run|script_name]\n\n" "$PROGNAME" - printf " help - Show usage information\n" - printf " list - Show a list of approved user scripts\n" - printf " submit - Start the submission flow for your own script\n" - printf " about