diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-12-07 21:19:09 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2006-12-07 21:19:09 +0000 |
commit | 954a067e3613a39197a4b981f5652c8fc3c25502 (patch) | |
tree | 04f9cfe1fca167df08397f82dc47707c664cbd6d /Master/bin/x86_64-linux | |
parent | 26c2f20b3c0d51f4a06787516a8bf14b89ffc316 (diff) |
Update getnonfreefonts (only whitespace issues in help message).
git-svn-id: svn://tug.org/texlive/trunk@2612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/x86_64-linux')
-rwxr-xr-x | Master/bin/x86_64-linux/getnonfreefonts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/bin/x86_64-linux/getnonfreefonts b/Master/bin/x86_64-linux/getnonfreefonts index f91af05f4f5..41f628becc0 100755 --- a/Master/bin/x86_64-linux/getnonfreefonts +++ b/Master/bin/x86_64-linux/getnonfreefonts @@ -25,8 +25,8 @@ $opt_force=0; sub usage { print <<'EOF'; Usage: - getnonfreefonts[-sys] [-a|--all] [-f|--force] [-l|--lsfonts] - [-v|--verbose] [font1] [font2] ... + getnonfreefonts[-sys] [-a|--all] [-d|--debug] [-f|--force] + [-l|--lsfonts] [-v|--verbose] [--version] [font1] [font2] ... getnonfreefonts installs fonts in $TEXMFHOME. getnonfreefonts-sys installs fonts in $TEXMFLOCAL. @@ -37,13 +37,15 @@ Usage: -d|--debug Provide additional messages for debugging. -f|--force Install fonts even if they are installed already. - - -h|--help Print this message. + + -h|--help Print this message. -l|--lsfonts List all fonts available. -v|--verbose Be more verbose. + --version Print version number. + EOF ; } |