diff options
Diffstat (limited to 'toolsrc/src/commands_cache.cpp')
| -rw-r--r-- | toolsrc/src/commands_cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_cache.cpp b/toolsrc/src/commands_cache.cpp index 6504c8c4d..89e2b4d8d 100644 --- a/toolsrc/src/commands_cache.cpp +++ b/toolsrc/src/commands_cache.cpp @@ -24,7 +24,7 @@ namespace vcpkg::Commands::Cache return output; } - void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths) + void perform_and_exit(const VcpkgCmdArguments& args, const vcpkg_paths& paths) { static const std::string example = Strings::format( "The argument should be a substring to search for, or no argument to display all cached libraries.\n%s", Commands::Help::create_example_string("cache png")); |
