1
0
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:
Fini Jastrow
2025-05-08 13:14:20 +02:00
parent cad5f30532
commit 4b952a9d85

View File

@@ -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