summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/seq_compiler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/seq_compiler.cc b/tools/seq_compiler.cc
index fabb43f..a04bb5d 100644
--- a/tools/seq_compiler.cc
+++ b/tools/seq_compiler.cc
@@ -33,6 +33,7 @@ std::string trim(const std::string &str) {
int main(int argc, char *argv[]) {
if (argc != 3) {
std::cerr << "Usage: " << argv[0] << " <input.seq> <output.cc>\n";
+ std::cerr << "Example: " << argv[0] << " assets/demo.seq src/timeline.cc\n";
return 1;
}