diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-15 14:39:44 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-03-15 14:39:44 -0700 |
| commit | 9027a64371736d21c4527ac69d81519c69d241a3 (patch) | |
| tree | 9ae5b6a38a5de7da9722e07ac80ac487837a5ddd /toolsrc/src/commands_search.cpp | |
| parent | d25de95dc134d44d3a24db517702138e8380374b (diff) | |
| download | vcpkg-9027a64371736d21c4527ac69d81519c69d241a3.tar.gz vcpkg-9027a64371736d21c4527ac69d81519c69d241a3.zip | |
`search` Modify message
Diffstat (limited to 'toolsrc/src/commands_search.cpp')
| -rw-r--r-- | toolsrc/src/commands_search.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_search.cpp b/toolsrc/src/commands_search.cpp index 8bac858f1..463257fc9 100644 --- a/toolsrc/src/commands_search.cpp +++ b/toolsrc/src/commands_search.cpp @@ -88,7 +88,7 @@ namespace vcpkg::Commands::Search } } - System::println("\nIf your library is not listed, please open an issue at:\n" + System::println("\nIf your library is not listed, please open an issue at and/or consider making a pull request:\n" " https://github.com/Microsoft/vcpkg/issues"); exit(EXIT_SUCCESS); |
