aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-01 09:13:37 +0200
commit098460199c35218979e207a1709111e477ab9567 (patch)
tree55765e91a517759bf28672abeda96102f2f511c4 /bpkg/pkg-command
parent42bbdd0e7f0d78b622697bf4d4543c1aead22ae8 (diff)
build command genesis, some re-factoring
Diffstat (limited to 'bpkg/pkg-command')
-rw-r--r--bpkg/pkg-command4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-command b/bpkg/pkg-command
index 225a112..0628a06 100644
--- a/bpkg/pkg-command
+++ b/bpkg/pkg-command
@@ -6,7 +6,7 @@
#define BPKG_PKG_COMMAND
#include <bpkg/types>
-#include <bpkg/pkg-common-options>
+#include <bpkg/configuration-options>
namespace bpkg
{
@@ -14,7 +14,7 @@ namespace bpkg
//
void
pkg_command (const string& cmd, // Without the 'pkg-' prefix.
- const pkg_common_options&,
+ const configuration_options&,
cli::scanner& args);
}