aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-07 15:49:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-07 15:49:44 +0200
commit8f94aaa067426a259f5396abdaf4945671799b5c (patch)
treefb64d4135cab2d36d2582dd7baf222e76e4d3bc5 /bpkg/buildfile
parent2858e5f80f836862400bf814ef1b2dcb0ff8a74e (diff)
Various fixes for rep-create
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 7bcdab5..0e03e93 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -7,7 +7,7 @@ using cli
import libs = libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
-exe{bpkg}: cxx{diagnostics} cli.cxx{common-options} \
+exe{bpkg}: cxx{diagnostics utility} cli.cxx{common-options} \
cxx{bpkg} cli.cxx{bpkg-options} \
cxx{help} cli.cxx{help-options} \
cxx{rep-create} cli.cxx{rep-create-options} \