aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-verify
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-verify')
-rw-r--r--bpkg/pkg-verify5
1 files changed, 3 insertions, 2 deletions
diff --git a/bpkg/pkg-verify b/bpkg/pkg-verify
index 5e5527e..3eccf66 100644
--- a/bpkg/pkg-verify
+++ b/bpkg/pkg-verify
@@ -26,8 +26,9 @@ namespace bpkg
bool ignore_unknown,
bool diag = true);
- // Similar to the above but verifies that a source directory is
- // a valid package.
+ // Similar to the above but verifies that a source directory is a valid
+ // package. Note that it doesn't enforce the <name>-<version> form for the
+ // directory itself.
//
package_manifest
pkg_verify (const dir_path& source, bool ignore_unknown, bool diag = true);