Skip to content

Commit 9258728

Browse files
committed
Fix incorrect command description
1 parent 3066d19 commit 9258728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Resend.Cli/Receive/ReceiveAttachmentListCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Resend.Cli.Receive;
77

88
/// <summary />
9-
[Command( "list", Description = "List all attachments in a received emails" )]
9+
[Command( "list", Description = "List all attachments in a received email" )]
1010
public class ReceiveAttachmentListCommand
1111
{
1212
private readonly IResend _resend;

0 commit comments

Comments
 (0)