Skip to content

Commit 2148d09

Browse files
ajaechdanpovey
authored andcommitted
[scripts] Usage-message fix in RNNLM tools (#2623)
1 parent cd27a83 commit 2148d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rnnlm/prepare_rnnlm_dir.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ $# != 3 ]; then
2323
echo "Usage: $0 [options] <text-dir> <rnnlm-config-dir> <rnnlm-dir>"
2424
echo "Sets up the directory <rnnlm-dir> for RNNLM training as done by"
2525
echo "rnnlm/train_rnnlm.sh, and initializes the model."
26-
echo " <text-dir> is as validated by rnnlm/validate_data_dir.py"
26+
echo " <text-dir> is as validated by rnnlm/validate_text_dir.py"
2727
echo " <rnnlm-config-dir> is as validated by rnnlm/validate_config_dir.sh."
2828
exit 1
2929
fi

0 commit comments

Comments
 (0)