From 5236d96d4a7381e545f3235116363e3ae679b872 Mon Sep 17 00:00:00 2001 From: Olaf van der Spek Date: Thu, 4 May 2017 09:29:17 +0200 Subject: Update commands_update.cpp --- toolsrc/src/commands_update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolsrc/src') diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp index 1873c280c..e39c7dd35 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -63,8 +63,8 @@ namespace vcpkg::Commands::Update } System::println("\n" "To update these packages, run\n" - " vcpkg remove --outdated\n" - " vcpkg install ..."); + " .\\vcpkg remove --outdated\n" + " .\\vcpkg install ..."); } auto version_file = paths.get_filesystem().read_contents(paths.root / "toolsrc" / "VERSION.txt"); -- cgit v1.2.3