diff --git a/src/OnspringCLI/Commands/Attachments/Download/BulkCommand.cs b/src/OnspringCLI/Commands/Attachments/Download/BulkCommand.cs index ba669b4..588f3f5 100644 --- a/src/OnspringCLI/Commands/Attachments/Download/BulkCommand.cs +++ b/src/OnspringCLI/Commands/Attachments/Download/BulkCommand.cs @@ -25,7 +25,7 @@ public BulkCommand() : base("bulk", "Download attachments in bulk") AddOption( new Option>( aliases: new[] { "--field-filter", "-ff" }, - description: "A comma separated list of field ids to whose attachments will be downloaded.", + description: "A comma separated list of field ids whose attachments will be downloaded.", parseArgument: result => result.ParseToIntegerList() ) );