From f42f156861f48393e31ace1895f05db82782fe9c Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 19 Oct 2017 11:45:44 +0200 Subject: [PATCH] bin: add shorthand for ltl3tela That's the new name of ltl3hoa. * bin/common_trans.cc: Add it. --- bin/common_trans.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/common_trans.cc b/bin/common_trans.cc index f88118f30..d254e2806 100644 --- a/bin/common_trans.cc +++ b/bin/common_trans.cc @@ -54,6 +54,8 @@ static shorthands_t shorthands_ltl[] = { { "ltl3ba", " -f %s>%O" }, { "ltl3dra", " -f %s>%O" }, { "ltl3hoa", " -f %f>%O" }, + // ltl3tela is the new name of ltl3hoa + { "ltl3tela", " -f %f>%O" }, { "modella", " %[MWei^]L %O" }, { "spin", " -f %s>%O" }, };