Skip to content

Commit

Permalink
[src] Change name of option --norm-mean->--norm-means for consistency…
Browse files Browse the repository at this point in the history
…, thanks: [email protected]
  • Loading branch information
danpovey committed Jul 15, 2017
1 parent a234281 commit 40620fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feat/online-feature.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ struct OnlineCmvnOptions {
po->Register("norm-vars", &normalize_variance, "If true, do "
"cepstral variance normalization in addition to cepstral mean "
"normalization ");
po->Register("norm-mean", &normalize_mean, "If true, do mean normalization "
po->Register("norm-means", &normalize_mean, "If true, do mean normalization "
"(note: you cannot normalize the variance but not the mean)");
po->Register("skip-dims", &skip_dims, "Dimensions to skip normalization of "
"(colon-separated list of integers)");}
Expand Down

0 comments on commit 40620fc

Please sign in to comment.