From 2ee24731dc39985c5ed2014dc38edf44033af51d Mon Sep 17 00:00:00 2001 From: sigoden Date: Wed, 17 Jul 2024 09:23:52 +0800 Subject: refactor: search tools (#76) --- tools/search_arxiv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/search_arxiv.sh') diff --git a/tools/search_arxiv.sh b/tools/search_arxiv.sh index 6ffa8cf..2aa7966 100755 --- a/tools/search_arxiv.sh +++ b/tools/search_arxiv.sh @@ -3,7 +3,7 @@ set -e # @describe Search arXiv for a query and return the top papers. -# @env ARXIV_MAX_RESULTS=5 The max results to return. +# @env ARXIV_MAX_RESULTS=3 The max results to return. # @option --query! The query to search for. main() { -- cgit v1.2.3