fix(cli): Corrected some copy/paste typos

This commit is contained in:
2024-11-25 16:43:29 -07:00
parent c7a0e33485
commit ad0b3989ed
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ pub enum SonarrCommand {
#[arg(long, help = "The ID of the indexer to test", required = true)]
indexer_id: i64,
},
#[command(about = "Test all Radarr indexers")]
#[command(about = "Test all Sonarr indexers")]
TestAllIndexers,
}