-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)
Description
Describe the bug
Minor error in help message.
vcpkg depend-info [pkg]..
should probably be,
vcpkg depend-info <pkg>..
since the package name(s) is not optional.
Environment
- OS: macOS
- Compiler: clang 11.0
To Reproduce
Steps to reproduce the behavior:
./vcpkg depend-info
- See error
Error: 'depend-info' requires 1 arguments, but 0 were provided.
Expected behavior
no error, or a help message showing that the package name is required
Failure logs
none
Additional context
Probably just a loose end from this change: #8135
Metadata
Metadata
Assignees
Labels
category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)The issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)