summaryrefslogtreecommitdiffstats
path: root/utils/doodle/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'utils/doodle/DETAILS')
-rwxr-xr-xutils/doodle/DETAILS6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/doodle/DETAILS b/utils/doodle/DETAILS
index f1b91b3879..f0fa2f2284 100755
--- a/utils/doodle/DETAILS
+++ b/utils/doodle/DETAILS
@@ -10,5 +10,9 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
KEYWORDS="utils"
SHORT="Tool to quickly search documents"
cat << EOF
-Doodle is a tool to quickly search the documents on a computer. Doodle builds an index using meta-data contained in the documents and allows fast searches on the resulting database. Doodle uses libextractor to support obtaining meta-data from various file-formats. The database used by doodle is a suffix tree, resulting in fast lookups. Doodle supports approximate searches.
+Doodle is a tool to quickly search the documents on a computer. Doodle builds
+an index using meta-data contained in the documents and allows fast searches
+on the resulting database. Doodle uses libextractor to support obtaining
+meta-data from various file-formats. The database used by doodle is a suffix
+tree, resulting in fast lookups. Doodle supports approximate searches.
EOF