aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_search.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/commands_search.cpp')
-rw-r--r--toolsrc/src/commands_search.cpp3
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)