aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-09-29 17:30:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-09-29 17:30:19 +0200
commitcbcf98064cf2dd8a2da80932af799789dc2ca2a9 (patch)
treea9aab352148091f8d45a6abb4814c5a5db4536aa /bpkg/pkg-verify
parent203067a2742ad2cbb986369b216b1f1ecfb96458 (diff)
Add --tar, --tar-option options, test with bsdtar
Diffstat (limited to 'bpkg/pkg-verify')
-rw-r--r--bpkg/pkg-verify2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-verify b/bpkg/pkg-verify
index 8250579..e0675c6 100644
--- a/bpkg/pkg-verify
+++ b/bpkg/pkg-verify
@@ -21,7 +21,7 @@ namespace bpkg
// invalid.
//
package_manifest
- pkg_verify (const path& archive, bool diag = true);
+ pkg_verify (const common_options&, const path& archive, bool diag = true);
// Similar to the above but verifies that a source directory is
// a valid package.