aboutsummaryrefslogtreecommitdiff
path: root/src/bin/fstreplace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/fstreplace.cc')
-rw-r--r--src/bin/fstreplace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/fstreplace.cc b/src/bin/fstreplace.cc
index 5d1d770..d6522fc 100644
--- a/src/bin/fstreplace.cc
+++ b/src/bin/fstreplace.cc
@@ -31,7 +31,7 @@ int main(int argc, char **argv) {
usage += " root.fst rootlabel [rule1.fst label1 ...] [out.fst]\n";
std::set_new_handler(FailedNewHandler);
- SetFlags(usage.c_str(), &argc, &argv, true);
+ SET_FLAGS(usage.c_str(), &argc, &argv, true);
if (argc < 4) {
ShowUsage();
return 1;