diff options
author | David Robillard <d@drobilla.net> | 2009-10-15 19:24:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-10-15 19:24:00 +0000 |
commit | c139e62f1fa1341eaa9c6f7b7d8e54601721a329 (patch) | |
tree | a20204e68f4ed3128973cd32f443cb9a8f91a9c4 /src/tuplr.cpp | |
parent | 7743d332e41c7795dcbaa49511293f22597e4db7 (diff) | |
download | resp-c139e62f1fa1341eaa9c6f7b7d8e54601721a329.tar.gz resp-c139e62f1fa1341eaa9c6f7b7d8e54601721a329.tar.bz2 resp-c139e62f1fa1341eaa9c6f7b7d8e54601721a329.zip |
Remove all use of ATuple::at().
git-svn-id: http://svn.drobilla.net/resp/tuplr@229 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/tuplr.cpp')
-rw-r--r-- | src/tuplr.cpp | 1 |
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; |