[vcpkg] Fix depend-info command arguments (#8135)

This commit is contained in:
Victor Romero 2019-09-11 11:10:31 -07:00 committed by GitHub
parent 87df6592ff
commit cb0fc1a5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -228,8 +228,8 @@ namespace vcpkg::Commands::DependInfo
const CommandStructure COMMAND_STRUCTURE = {
Help::create_example_string("depend-info sqlite3"),
0,
SIZE_MAX,
1,
1,
{DEPEND_SWITCHES, DEPEND_SETTINGS},
nullptr,
};