From 0d8b35da5c004f369bc4c1cdde4f7a25c0a92d51 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Fri, 8 Mar 2024 00:06:21 +0530 Subject: [PATCH] @eshanized: push via script --- common/snigdhaos-libs/exec-terminal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/snigdhaos-libs/exec-terminal b/common/snigdhaos-libs/exec-terminal index 193a49df..60bac4f8 100644 --- a/common/snigdhaos-libs/exec-terminal +++ b/common/snigdhaos-libs/exec-terminal @@ -5,8 +5,8 @@ LAUNCH_TERMINAL_SHELL=bash usage(){ echo "Usage: ${0##*/} [cmd]" - echo " -s [shell] changes the shell to [shell]" - echo ' -h This help' + echo ' -s [shell] Change shell to [shell]' + echo ' -h This help' exit 1 }