Skip to content

Commit

Permalink
fix: incorrect field filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
StevanFreeborn committed Mar 25, 2023
1 parent 369906e commit 2269633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public BulkCommand() : base("bulk", "Download attachments in bulk")
AddOption(
new Option<List<int>>(
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()
)
);
Expand Down

0 comments on commit 2269633

Please sign in to comment.