You've already forked nerd-fonts
							
							
				mirror of
				https://github.com/ryanoasis/nerd-fonts.git
				synced 2025-10-30 23:43:47 +02:00 
			
		
		
		
	install.sh: Fix usage
Some things changed but the usage information has not been updated. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
		| @@ -15,7 +15,7 @@ installpath="user" | ||||
| usage() { | ||||
|   cat << EOF | ||||
| Usage: ./install.sh [-q -v -h] [[--copy | --link] --clean | --list | --remove] | ||||
|                     [--mono] [--windows] [--otf | --ttf] | ||||
|                     [--mono] [--use-proportional-glyphs] [--otf | --ttf] | ||||
|                     [--install-to-user-path | --install-to-system-path ] | ||||
|                     [FONT...] | ||||
|  | ||||
| @@ -44,8 +44,6 @@ General options: | ||||
|  | ||||
|   -O, --otf                     Prefer OTF font files [default]. | ||||
|   -T, --ttf                     Prefer TTF font files. | ||||
|  | ||||
|                                 (*) Feature will not work anymore | ||||
| EOF | ||||
| } | ||||
|  | ||||
| @@ -55,7 +53,7 @@ version() { | ||||
| } | ||||
|  | ||||
| # Parse options | ||||
| optspec=":qvhclLCspOTSU-:" | ||||
| optspec=":qvhclLCspOTUS-:" | ||||
| while getopts "$optspec" optchar; do | ||||
|   case "${optchar}" in | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user