diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-09-29 11:50:31 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-09-29 11:50:31 -0700 |
| commit | 93f8088a5a48998f3ddc25781c4bdf566a73f24b (patch) | |
| tree | c3739d792b90f1e4c547867e9c8fd98de557889a /toolsrc/src/commands_update.cpp | |
| parent | ab74726c99855012e257ab002a73928df9a1e5c8 (diff) | |
| download | vcpkg-93f8088a5a48998f3ddc25781c4bdf566a73f24b.tar.gz vcpkg-93f8088a5a48998f3ddc25781c4bdf566a73f24b.zip | |
[vcpkg] Improved help message upon build failure.
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
| -rw-r--r-- | toolsrc/src/commands_update.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp index eec3e46a7..3cd7af027 100644 --- a/toolsrc/src/commands_update.cpp +++ b/toolsrc/src/commands_update.cpp @@ -7,6 +7,8 @@ namespace vcpkg { void update_command(const vcpkg_cmd_arguments& /*args*/, const vcpkg_paths& paths) { + System::println("Using local portfile versions. To update the local portfiles, use `git pull`."); + auto status_db = database_load_check(paths); std::unordered_map<std::string, std::string> src_names_to_versions; |
