diff options
author | David Robillard <d@drobilla.net> | 2009-03-15 15:16:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-03-15 15:16:09 +0000 |
commit | 52ae7f1842e0f079152902ee73008a2a00aaeb3f (patch) | |
tree | 6e511b17cd3f6a06936ea53fa52110706e52ae61 /tuplr.cpp | |
parent | 0bd85b083b35ec9287462ca42fba45dc7af48797 (diff) | |
download | resp-52ae7f1842e0f079152902ee73008a2a00aaeb3f.tar.gz resp-52ae7f1842e0f079152902ee73008a2a00aaeb3f.tar.bz2 resp-52ae7f1842e0f079152902ee73008a2a00aaeb3f.zip |
Set name of closures so defined functions are emitted with meaningful names.
git-svn-id: http://svn.drobilla.net/resp/tuplr@103 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'tuplr.cpp')
-rw-r--r-- | tuplr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -188,7 +188,7 @@ print_usage(char* name, bool error) { ostream& os = error ? cerr : cout; os << "Usage: " << name << " [OPTION]... [FILE]..." << endl; - os << "Evaluate and/or compile Tuplr code" << endl; + os << "Evaluate and/or compile Tuplr code" << endl; os << endl; os << " -h Display this help and exit" << endl; os << " -r Enter REPL after evaluating files" << endl; |