help shows max entries default

This commit is contained in:
Matthew Saunders Brown 2024-02-06 10:33:49 -08:00
parent e459e1a512
commit 6358759970

View File

@ -18,7 +18,7 @@ help()
echo ""
echo " -h Print this help."
echo " -q <query> The string to search for."
echo " -e <max> Maximum number of entries to return."
echo " -e <max> Maximum number of entries to return (defaults to 100)."
echo " -o <object> Type of data to search for, one of 'all' (default), 'zone', 'record', 'comment'."
echo " -c Output in csv format instead of columns."
}