aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure-options.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-18 07:50:38 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-18 07:50:38 +0200
commit9accdefc33940d713828195313ca1a0eb0de030f (patch)
tree22f1e84a97d3ba353788d5ec30c20ea4c6d43670 /bpkg/pkg-configure-options.cli
parentcae11509203061e894e6310c35ea50ae818af3a7 (diff)
Generalize pkg_update() to pkg_command() to be used for clean, test, etc
Diffstat (limited to 'bpkg/pkg-configure-options.cli')
-rw-r--r--bpkg/pkg-configure-options.cli10
1 files changed, 2 insertions, 8 deletions
diff --git a/bpkg/pkg-configure-options.cli b/bpkg/pkg-configure-options.cli
index d1850c6..85e4fa9 100644
--- a/bpkg/pkg-configure-options.cli
+++ b/bpkg/pkg-configure-options.cli
@@ -2,7 +2,7 @@
// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
-include <bpkg/common-options.cli>;
+include <bpkg/pkg-common-options.cli>;
/*
"\section=1"
@@ -24,13 +24,7 @@ after the package name."
namespace bpkg
{
- class pkg_configure_options: common_options
+ class pkg_configure_options: pkg_common_options
{
- dir_path --directory|-d (".")
- {
- "<dir>",
- "Assume configuration is in <dir> rather than in the current working
- directory."
- };
};
}