ltlsynt: remove superfluous output options

No point in having options such as --spin, --lbtt, --check, etc.
Also --dot was documented twice...

* bin/ltlsynt.cc (children): Remove aoutput_argp.
(options): Add explicit support for -d, -H, -q.
* bin/common_aoutput.cc, bin/common_aoutput.hh: Share the HOA help
text.
This commit is contained in:
Alexandre Duret-Lutz 2025-02-07 21:26:08 +01:00
parent d0e404fec0
commit b1b06ef7bd
3 changed files with 33 additions and 20 deletions

View file

@ -52,6 +52,10 @@ extern const char* opt_name;
// Output options
extern const struct argp aoutput_argp;
// help text for --hoaf
extern const char* hoa_option_doc_short;
extern const char* hoa_option_doc_long;
// help text for %F and %L
extern char F_doc[32];
extern char L_doc[32];