Skip to content

Commit eacb16a

Browse files
committed
fix: remove recieve
1 parent d2d062f commit eacb16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/parser.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const commandDescriptions = {
170170
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
171171
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
172172
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
173-
"messaging": `The messaging command allows you to send and receive messages.`,
173+
"messaging": `The messaging command allows you to send messages.`,
174174
"migrations": `The migrations command allows you to migrate data between services.`,
175175
"project": `The project command is for overall project administration.`,
176176
"proxy": `The proxy command allows you to configure behavior for your attached domains.`,

0 commit comments

Comments
 (0)