mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 18:47:09 +01:00
[vcpkg] Fix depend-info command arguments (#8135)
This commit is contained in:
parent
87df6592ff
commit
cb0fc1a5f9
@ -228,8 +228,8 @@ namespace vcpkg::Commands::DependInfo
|
|||||||
|
|
||||||
const CommandStructure COMMAND_STRUCTURE = {
|
const CommandStructure COMMAND_STRUCTURE = {
|
||||||
Help::create_example_string("depend-info sqlite3"),
|
Help::create_example_string("depend-info sqlite3"),
|
||||||
0,
|
1,
|
||||||
SIZE_MAX,
|
1,
|
||||||
{DEPEND_SWITCHES, DEPEND_SETTINGS},
|
{DEPEND_SWITCHES, DEPEND_SETTINGS},
|
||||||
nullptr,
|
nullptr,
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user