aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_version.cpp')
-rw-r--r--toolsrc/src/commands_version.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_version.cpp b/toolsrc/src/commands_version.cpp
index 03cce32d4..e98251601 100644
--- a/toolsrc/src/commands_version.cpp
+++ b/toolsrc/src/commands_version.cpp
@@ -2,9 +2,9 @@
#include "vcpkg_System.h"
#include "vcpkg_info.h"
-namespace vcpkg::Commands
+namespace vcpkg::Commands::Version
{
- void version_command(const vcpkg_cmd_arguments& args)
+ void perform_and_exit(const vcpkg_cmd_arguments& args)
{
args.check_exact_arg_count(0);
System::println("Vcpkg package management program version %s\n"