From eb0f76f6b61a5fea62381888bc3ebd865dac63d9 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Tue, 29 Aug 2023 16:10:36 -0400 Subject: [PATCH] Remove unused variable from the help function --- vnotes | 2 -- 1 file changed, 2 deletions(-) diff --git a/vnotes b/vnotes index 4c39b9b..c894330 100755 --- a/vnotes +++ b/vnotes @@ -42,8 +42,6 @@ tty_state='' # Display help text function help { - local script_name="${0//*\/}" - printf '\n%s\n\n' "${c_m}vnotes${c_w} - manage your notes$c_c" printf '%s\n' "${c_b}USAGE$c_c" printf ' %-43s%s\n' "${c_d}[${c_y}PATTERN$c_d]$c_c" ' — opens single match or lists multiple'