Remove unused variable from the help function

This commit is contained in:
Kevin MacMartin 2023-08-29 16:10:36 -04:00
parent 55c212dc56
commit eb0f76f6b6
1 changed files with 0 additions and 2 deletions

2
vnotes
View File

@ -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'