diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:41:27 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | b1b1727e1a038faedc1c3ca17bef51ea00625d1a (patch) | |
tree | c49c3b117fcb3a1c8e84c587e3bf7091eeecceec /system/the_silver_searcher/README | |
parent | 30d3db41d34c8e518aebcc11738ed14587be5066 (diff) | |
download | slackbuilds-b1b1727e1a038faedc1c3ca17bef51ea00625d1a.tar.gz |
system/the_silver_searcher: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/the_silver_searcher/README')
-rw-r--r-- | system/the_silver_searcher/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/the_silver_searcher/README b/system/the_silver_searcher/README index 2705258fc4..6c4de395db 100644 --- a/system/the_silver_searcher/README +++ b/system/the_silver_searcher/README @@ -1,6 +1,6 @@ Ag is a code searching tool similar to grep and ack, but with a focus on speed. -Ag searches code about 3–5× faster than ack. It ignores file patterns from your +Ag searches code about 3-5x faster than ack. It ignores file patterns from your .gitignore and .hgignore. If there are files in your source repo you don't want to search, just add their patterns to a .agignore file. The command name is 33% shorter than ack! |