summaryrefslogtreecommitdiff
path: root/cli/cli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli.cxx')
-rw-r--r--cli/cli.cxx3
1 files changed, 1 insertions, 2 deletions
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);