mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2025-01-31 12:27:22 +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)
|
checkfont)
|
||||||
activate_checkfont
|
activate_checkfont
|
||||||
;;
|
;;
|
||||||
|
help)
|
||||||
|
show_help
|
||||||
|
exit 0;;
|
||||||
info)
|
info)
|
||||||
activate_info
|
activate_info
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user