diff options
| author | Oleksii Mandrychenko <o.mandrychenko@zonefox.com> | 2017-02-15 10:46:50 +0000 |
|---|---|---|
| committer | Oleksii Mandrychenko <o.mandrychenko@zonefox.com> | 2017-02-15 10:46:50 +0000 |
| commit | d9462fdf490d3396cac58b1a935b1b8a982b3a72 (patch) | |
| tree | 8470935dfaa34079a90b99ade4c32f087b434535 /toolsrc/src/commands_build.cpp | |
| parent | 7cba4eb1a5c458a0c3a716c2808a7a8318a40005 (diff) | |
| download | vcpkg-d9462fdf490d3396cac58b1a935b1b8a982b3a72.tar.gz vcpkg-d9462fdf490d3396cac58b1a935b1b8a982b3a72.zip | |
Trivial print out change
- An error message now contains a command that we can copy-paste directly to powershell
vcpkg update => .\\vcpkg update
Adding two slashes to escape the output
Diffstat (limited to 'toolsrc/src/commands_build.cpp')
| -rw-r--r-- | toolsrc/src/commands_build.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp index c5a278450..743be216a 100644 --- a/toolsrc/src/commands_build.cpp +++ b/toolsrc/src/commands_build.cpp @@ -49,7 +49,7 @@ namespace vcpkg::Commands::Build if (return_code != 0) { System::println(System::color::error, "Error: building package %s failed", spec.toString()); - System::println("Please ensure sure you're using the latest portfiles with `vcpkg update`, then\n" + System::println("Please ensure sure you're using the latest portfiles with `.\\vcpkg update`, then\n" "submit an issue at https://github.com/Microsoft/vcpkg/issues including:\n" " Package: %s\n" " Vcpkg version: %s\n" |
