From ddb869c3417ee8632cc8b7f19638f864e0c51242 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Tue, 20 Jan 2026 14:37:42 -0700 Subject: [PATCH] docs: Reword some Sonarr manual search CLI docs to be more explicit about how the results are filtered --- src/cli/sonarr/manual_search_command_handler.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cli/sonarr/manual_search_command_handler.rs b/src/cli/sonarr/manual_search_command_handler.rs index d096138..c6b72d2 100644 --- a/src/cli/sonarr/manual_search_command_handler.rs +++ b/src/cli/sonarr/manual_search_command_handler.rs @@ -30,7 +30,7 @@ pub enum SonarrManualSearchCommand { episode_id: i64, }, #[command( - about = "Trigger a manual search of releases for the given season corresponding to the series with the given ID" + about = "Trigger a manual search of full-season releases (full_season: true) for the given season corresponding to the series with the given ID" )] Season { #[arg( @@ -88,7 +88,7 @@ impl<'a, 'b> CliCommandHandler<'a, 'b, SonarrManualSearchCommand> serde_json::to_string_pretty(&seasons_vec)? } Err(e) => return Err(e), - _ => serde_json::to_string_pretty(&json!({"message": "Failed to parse response"}))?, + _ => serde_json::to_string_pretty(&json!({"message": "Unexpected response format"}))?, } } SonarrManualSearchCommand::Season {