From 6358759970e70e3de3f752483e21b4ec0e0ee4c3 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 6 Feb 2024 10:33:49 -0800 Subject: [PATCH] help shows max entries default --- bin/pdns-search.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pdns-search.sh b/bin/pdns-search.sh index 20fa0fa..1570d42 100755 --- a/bin/pdns-search.sh +++ b/bin/pdns-search.sh @@ -18,7 +18,7 @@ help() echo "" echo " -h Print this help." echo " -q The string to search for." - echo " -e Maximum number of entries to return." + echo " -e Maximum number of entries to return (defaults to 100)." echo " -o Type of data to search for, one of 'all' (default), 'zone', 'record', 'comment'." echo " -c Output in csv format instead of columns." }