aboutsummaryrefslogtreecommitdiffstats
path: root/src/tuplr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuplr.cpp')
-rw-r--r--src/tuplr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tuplr.cpp b/src/tuplr.cpp
index 867897d..bc4ac43 100644
--- a/src/tuplr.cpp
+++ b/src/tuplr.cpp
@@ -38,6 +38,7 @@ print_usage(char* name, bool error)
os << " -h Display this help and exit" << endl;
os << " -r Enter REPL after evaluating files" << endl;
os << " -p Pretty-print input only" << endl;
+ os << " -b BACKEND Backend (llvm or c)" << endl;
os << " -g Debug (disable optimisation)" << endl;
os << " -d Dump assembly output" << endl;
os << " -e EXPRESSION Evaluate EXPRESSION" << endl;