Skip to content

Commit

Permalink
Update help text
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Mar 6, 2024
1 parent 9053d72 commit bebe7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/extract-lemmas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# set -x

function print_usage() {
echo "Usage: $0 [OPTIONS...] INPUTFILE"
echo "Extract lemmas from INPUTFILE (lexc)"
echo "Usage: $0 [OPTIONS...] INPUTFILE [INPUTFILE ...]"
echo "Extract lemmas from INPUTFILE(S) (lexc). Avoid affix files in the input."
echo
echo " -h, --help Print this usage info"
echo " --exclude '(pattern)' Exclude (egrep) patterns from the lemma list"
Expand Down

0 comments on commit bebe7f4

Please sign in to comment.