From e051edfa10a686490168f0e888297afb22a4b905 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 3 Apr 2017 16:00:17 -0700 Subject: vcpkg_cmd_arguments -> VcpkgCmdArguments --- toolsrc/src/commands_cache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/src/commands_cache.cpp') 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")); -- cgit v1.2.3