diff --git a/src/fstbin/fstrand.cc b/src/fstbin/fstrand.cc index 9344b538d9c..f0bc3938051 100644 --- a/src/fstbin/fstrand.cc +++ b/src/fstbin/fstrand.cc @@ -45,6 +45,8 @@ int main(int argc, char *argv[]) { po.Register("allow-empty", &opts.allow_empty, "If true, we may generate an empty FST."); + po.Read(argc, argv); + if (po.NumArgs() > 1) { po.PrintUsage(); exit(1);