Skip to content

Commit 8405ebb

Browse files
Update templates/cli/lib/parser.js.twig
1 parent b07adcb commit 8405ebb

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
@@ -222,7 +222,7 @@ const commandDescriptions = {
222222
"login": `The login command allows you to authenticate and manage a user account.`,
223223
"logout": `The logout command allows you to logout of your {{ spec.title|caseUcfirst }} account.`,
224224
"whoami": `The whoami command gives information about the currently logged in user.`,
225-
"register": `Prints link to register an {{ spec.title|caseUcfirst }} account..`,
225+
"register": `Outputs the link to create an {{ spec.title|caseUcfirst }} account..`,
226226
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
227227
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
228228
"messaging": `The messaging command allows you to send messages.`,

0 commit comments

Comments
 (0)