Skip to content

Commit

Permalink
Merge pull request #4 from StevanFreeborn/fix/correct-field-filter-op…
Browse files Browse the repository at this point in the history
…tion-description

fix: incorrect field filter description
  • Loading branch information
StevanFreeborn authored Mar 25, 2023
2 parents 369906e + 2269633 commit f5c2556
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 f5c2556

Please sign in to comment.