summaryrefslogtreecommitdiff
path: root/cli/cli/cli.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/cli/cli.cxx')
-rw-r--r--cli/cli/cli.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx
index 6c51aae..5d7b3e2 100644
--- a/cli/cli/cli.cxx
+++ b/cli/cli/cli.cxx
@@ -42,7 +42,7 @@ main (int argc, char* argv[])
// blank/comment line.
//
o << "# build2 buildfile cli" << endl
- << "export.metadata = 1" << endl
+ << "export.metadata = 1 cli" << endl
<< "cli.version = [string] '" << CLI_VERSION_FULL << '\'' << endl
<< "cli.checksum = [string] '" << CLI_VERSION_FULL << '\'' << endl;