smtr: Fix help text

Can't take both [selection] and [filename] optional arguments.
This commit is contained in:
Krystine Sherwin 2025-01-06 14:31:50 +13:00
parent f4c7377ac1
commit 7698dfba5e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ struct FunctionalSmtrBackend : public Backend {
void help() override { void help() override {
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---| // |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
log("\n"); log("\n");
log(" write_functional_rosette [options] [selection] [filename]\n"); log(" write_functional_rosette [options] [filename]\n");
log("\n"); log("\n");
log("Functional Rosette Backend.\n"); log("Functional Rosette Backend.\n");
log("\n"); log("\n");