From d3a536f744d04943cf55db4bccf7fda539885e98 Mon Sep 17 00:00:00 2001 From: Mathis Maquenne <124215603+mathismqn@users.noreply.github.com> Date: Wed, 5 Aug 2026 23:10:13 +0200 Subject: [PATCH] docs: document update force and artist limit flags --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4ddcdae..a142d70 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ godeez update --check # Download, verify, and install it godeez update + +# Reinstall even if already up to date +godeez update --force ``` The new binary is verified against the release's published SHA256 checksum @@ -198,6 +201,8 @@ Flags: Use "godeez download [command] --help" for more information about a command. ``` +> **Note:** The `artist` command takes an extra `-l, --limit` flag to choose how many top tracks to download (default 10, maximum 100). + ### Examples ```bash