Skip to content

Commit

Permalink
Update subset_font.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed May 21, 2024
1 parent 9889b79 commit adf1743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fonttools/subset_font.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Script parameter check
if [ "$#" -ne 3 ]; then
if [ "$#" -ne 4 ]; then
echo "Usage: $0 <input_font_file> <text_file> <output_font_file>"
exit 1
fi
Expand Down

0 comments on commit adf1743

Please sign in to comment.