aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/new.cxx')
-rw-r--r--bdep/new.cxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx
index 4b57a8d..dd7edb2 100644
--- a/bdep/new.cxx
+++ b/bdep/new.cxx
@@ -874,17 +874,15 @@ namespace bdep
// @@ Maybe we should generate a "Hello, World" description and
// usage example as a guide, at least for a library?
- os << "# " << n << " - " << l << " " << t << endl
+ os << "# " << n << endl
<< endl
- << "TODO" << endl;
+ << l << " " << t << endl;
break;
}
case type::bare:
case type::empty:
{
- os << "# " << n << endl
- << endl
- << "TODO" << endl;
+ os << "# " << n << endl;
break;
}
}