From 173f8934105f5c52a7a2eb086041295d6578e8b1 Mon Sep 17 00:00:00 2001 From: EffakT Date: Tue, 27 May 2025 12:41:01 +1200 Subject: [PATCH] Add documentation for --cache-duration argument --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 47ec82a..b7e03bf 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ The script supports various options for flexible usage. Below are examples of ho - `-b, --album ALBUM_ID`: Process a specific album. Multiple albums can be specified. - `-s, --start START_INDEX`: Start processing from the artist at the specified index (0-based). - `-l, --limit LIMIT`: Limit the processing to a specific number of artists from the start index. +- `-d, --cache-duration DURATION`: Number of days to cache song updates (0 to force update every time). ### Command Formats