1
0
mirror of synced 2026-02-08 17:41:19 +00:00

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

View File

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