From 812641ade19679a953fb1c2b6360e4536debbbed Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Jan 2012 17:42:07 +0000 Subject: Load files passed on command line without -l option (fix #804). Patch from Albert Graef. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3940 a436a847-0d15-0410-975c-d299462d15a1 --- src/Configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Configuration.cpp b/src/Configuration.cpp index baf4e2a..88756e7 100644 --- a/src/Configuration.cpp +++ b/src/Configuration.cpp @@ -52,7 +52,7 @@ Configuration::add( void Configuration::print_usage(const std::string& program, std::ostream& os) { - os << "Usage: " << program << " [OPTIONS]" << endl; + os << "Usage: " << program << " [OPTION]..." << endl; os << _shortdesc << endl << endl; os << _desc << endl << endl; os << "Options:" << endl; -- cgit v1.2.1