From ed60746355044dd39acd82b8f42c4d9886914567 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Jun 2010 17:22:12 +0200 Subject: Implement generation of specifier functions (--generate-specifier) These functions determine whether the option was specified on the command line. New test: specifier. --- cli/cli.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cli/cli.cxx') diff --git a/cli/cli.cxx b/cli/cli.cxx index 23552b4..15fabb2 100644 --- a/cli/cli.cxx +++ b/cli/cli.cxx @@ -45,8 +45,7 @@ main (int argc, char* argv[]) // if (ops.help ()) { - e << "Usage: " << argv[0] << " [options] file" - << endl + e << "Usage: " << argv[0] << " [options] file" << endl << "Options:" << endl; options::print_usage (e); -- cgit v1.1