mirror of
https://github.com/prurigro/vnotes.git
synced 2024-11-22 01:04:10 -05:00
Remove unused variable from the help function
This commit is contained in:
parent
55c212dc56
commit
eb0f76f6b6
1 changed files with 0 additions and 2 deletions
2
vnotes
2
vnotes
|
@ -42,8 +42,6 @@ tty_state=''
|
||||||
|
|
||||||
# Display help text
|
# Display help text
|
||||||
function help {
|
function help {
|
||||||
local script_name="${0//*\/}"
|
|
||||||
|
|
||||||
printf '\n%s\n\n' "${c_m}vnotes${c_w} - manage your notes$c_c"
|
printf '\n%s\n\n' "${c_m}vnotes${c_w} - manage your notes$c_c"
|
||||||
printf '%s\n' "${c_b}USAGE$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'
|
printf ' %-43s%s\n' "${c_d}[${c_y}PATTERN$c_d]$c_c" ' — opens single match or lists multiple'
|
||||||
|
|
Loading…
Reference in a new issue