aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
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);
}