From c139e62f1fa1341eaa9c6f7b7d8e54601721a329 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 15 Oct 2009 19:24:00 +0000 Subject: Remove all use of ATuple::at(). git-svn-id: http://svn.drobilla.net/resp/tuplr@229 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/tuplr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tuplr.cpp') 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; -- cgit v1.2.1