We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d4570 commit 0d04b38Copy full SHA for 0d04b38
templates/cli/lib/commands/generic.js.twig
@@ -134,7 +134,7 @@ const whoami = new Command("whoami")
134
const register = new Command("register")
135
.description(commandDescriptions['register'])
136
.action(actionRunner(async () => {
137
- log('Access https://cloud.appwrite.io/register to register an account')
+ log('Visit https://cloud.appwrite.io/register to create an account')
138
}));
139
140
const login = new Command("login")
0 commit comments