From 3f2b9d07870dee5e4b7f54e469da19a474da7d01 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 21 Aug 2021 14:33:18 -0700 Subject: [PATCH] Clarify default values of --lower, --upper. --- hnarchive.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hnarchive.py b/hnarchive.py index 8ed9794..85603e3 100644 --- a/hnarchive.py +++ b/hnarchive.py @@ -284,10 +284,10 @@ get: flags: --lower id: - Lower bound item ID. + Lower bound item ID. If omitted, starts from 1. --upper id: - Upper bound item ID. + Upper bound item ID. If omitted, ends at newest post. --threads X: Use X threads to download items. Default = 1 thread.