Update commands_update.cpp

This commit is contained in:
Olaf van der Spek 2017-05-04 09:29:17 +02:00 committed by GitHub
parent e6a47f5c6a
commit 5236d96d4a

View File

@ -63,8 +63,8 @@ namespace vcpkg::Commands::Update
}
System::println("\n"
"To update these packages, run\n"
" vcpkg remove --outdated\n"
" vcpkg install <pkgs>...");
" .\\vcpkg remove --outdated\n"
" .\\vcpkg install <pkgs>...");
}
auto version_file = paths.get_filesystem().read_contents(paths.root / "toolsrc" / "VERSION.txt");