Skip to content

Commit

Permalink
[scripts] Usage-message fix in RNNLM tools (kaldi-asr#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaech authored and danpovey committed Aug 14, 2018
1 parent cd27a83 commit 2148d09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rnnlm/prepare_rnnlm_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ $# != 3 ]; then
echo "Usage: $0 [options] <text-dir> <rnnlm-config-dir> <rnnlm-dir>"
echo "Sets up the directory <rnnlm-dir> for RNNLM training as done by"
echo "rnnlm/train_rnnlm.sh, and initializes the model."
echo " <text-dir> is as validated by rnnlm/validate_data_dir.py"
echo " <text-dir> is as validated by rnnlm/validate_text_dir.py"
echo " <rnnlm-config-dir> is as validated by rnnlm/validate_config_dir.sh."
exit 1
fi
Expand Down

0 comments on commit 2148d09

Please sign in to comment.