mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-25 03:32:02 +02:00
gotta-patch-em-all: Fix --help option
[why] Somehow the option is mentioned but not implemented. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
95bdc420da
commit
8d78b63764
@ -102,6 +102,9 @@ while getopts ":chijtv-:" option; do
|
||||
checkfont)
|
||||
activate_checkfont
|
||||
;;
|
||||
help)
|
||||
show_help
|
||||
exit 0;;
|
||||
info)
|
||||
activate_info
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user