diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:37:08 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:37:08 -0800 |
| commit | d78c1a974f1eabe8caf5df36bbd5b55b2dcd701d (patch) | |
| tree | 5fa436a94f7fb27a4836eb64f9bb41214a6fcb4b /toolsrc/src/commands_search.cpp | |
| parent | e7c6f90adc58382d200159ada063204d462937d0 (diff) | |
| download | vcpkg-d78c1a974f1eabe8caf5df36bbd5b55b2dcd701d.tar.gz vcpkg-d78c1a974f1eabe8caf5df36bbd5b55b2dcd701d.zip | |
Move shorten_description to vcpkglib_helpers
Diffstat (limited to 'toolsrc/src/commands_search.cpp')
| -rw-r--r-- | toolsrc/src/commands_search.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolsrc/src/commands_search.cpp b/toolsrc/src/commands_search.cpp index 399709cf3..38c257f87 100644 --- a/toolsrc/src/commands_search.cpp +++ b/toolsrc/src/commands_search.cpp @@ -2,6 +2,7 @@ #include "vcpkg_System.h" #include "vcpkg.h" #include "Paragraphs.h" +#include "vcpkglib_helpers.h" namespace fs = std::tr2::sys; @@ -38,7 +39,7 @@ namespace vcpkg System::println("%-20s %-16s %s", source_paragraph.name, source_paragraph.version, - shorten_description(source_paragraph.description)); + details::shorten_description(source_paragraph.description)); } void search_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths) |
