From 4a55151d1a30f03ce1aa67e4c952ff6759c480c9 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 31 Jan 2026 18:48:24 +0100 Subject: fix seq-compiler help message --- tools/seq_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/seq_compiler.cc b/tools/seq_compiler.cc index a04bb5d..afc4a62 100644 --- a/tools/seq_compiler.cc +++ b/tools/seq_compiler.cc @@ -33,7 +33,7 @@ std::string trim(const std::string &str) { int main(int argc, char *argv[]) { if (argc != 3) { std::cerr << "Usage: " << argv[0] << " \n"; - std::cerr << "Example: " << argv[0] << " assets/demo.seq src/timeline.cc\n"; + std::cerr << "Example: " << argv[0] << " assets/demo.seq src/generated/timeline.cc\n"; return 1; } -- cgit v1.2.3