Skip to content

Commit 0d04b38

Browse files
Update templates/cli/lib/commands/generic.js.twig
1 parent c9d4570 commit 0d04b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/generic.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const whoami = new Command("whoami")
134134
const register = new Command("register")
135135
.description(commandDescriptions['register'])
136136
.action(actionRunner(async () => {
137-
log('Access https://cloud.appwrite.io/register to register an account')
137+
log('Visit https://cloud.appwrite.io/register to create an account')
138138
}));
139139

140140
const login = new Command("login")

0 commit comments

Comments
 (0)