aboutsummaryrefslogtreecommitdiffstats
path: root/tuplr.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-03-15 15:16:09 +0000
committerDavid Robillard <d@drobilla.net>2009-03-15 15:16:09 +0000
commit52ae7f1842e0f079152902ee73008a2a00aaeb3f (patch)
tree6e511b17cd3f6a06936ea53fa52110706e52ae61 /tuplr.cpp
parent0bd85b083b35ec9287462ca42fba45dc7af48797 (diff)
downloadresp-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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuplr.cpp b/tuplr.cpp
index 5124528..3b7cb81 100644
--- a/tuplr.cpp
+++ b/tuplr.cpp
@@ -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;