From 52ae7f1842e0f079152902ee73008a2a00aaeb3f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Mar 2009 15:16:09 +0000 Subject: 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 --- tuplr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuplr.cpp') 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; -- cgit v1.2.1