mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 07:13:11 +08:00
Update commands_update.cpp
This commit is contained in:
parent
e6a47f5c6a
commit
5236d96d4a
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user