Skip to content

Commit

Permalink
found minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlieber committed Oct 19, 2023
1 parent 23bc4cc commit 67eb2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ while getopts ":sM:v" opt; do
pref_file_location="$(eval echo ${pref_file_location})" #in case someone uses ~/ for their home dir. again, might be a better way. I'm all ears
;;
v)
qverbose=1
verbose=1
;;
\?)
usage
Expand Down

0 comments on commit 67eb2a1

Please sign in to comment.