aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_search.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-15 14:39:44 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-15 14:39:44 -0700
commit9027a64371736d21c4527ac69d81519c69d241a3 (patch)
tree9ae5b6a38a5de7da9722e07ac80ac487837a5ddd /toolsrc/src/commands_search.cpp
parentd25de95dc134d44d3a24db517702138e8380374b (diff)
downloadvcpkg-9027a64371736d21c4527ac69d81519c69d241a3.tar.gz
vcpkg-9027a64371736d21c4527ac69d81519c69d241a3.zip
`search` Modify message
Diffstat (limited to 'toolsrc/src/commands_search.cpp')
-rw-r--r--toolsrc/src/commands_search.cpp2
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);