Skip to content

Commit 7b0f655

Browse files
committed
PR review changes
1 parent c024a81 commit 7b0f655

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
@@ -203,7 +203,7 @@ const commandDescriptions = {
203203
"databases": `The databases command allows you to create structured collections of documents, query and filter lists of documents.`,
204204
"init": `The init command provides a convenient wrapper for creating and initializing project, functions, collections, buckets, teams and messaging in Appwrite.`,
205205
"push": `The push command provides a convenient wrapper for pushing your functions, collections, buckets, teams and messaging.`,
206-
"run": `The dev command allows you to run project locally to allow easy development and quick debugging.`,
206+
"run": `The run command allows you to run project locally to allow easy development and quick debugging.`,
207207
"functions": `The functions command allows you view, create and manage your Cloud Functions.`,
208208
"health": `The health command allows you to both validate and monitor your {{ spec.title|caseUcfirst }} server's health.`,
209209
"pull": `The pull command helps you pull your {{ spec.title|caseUcfirst }} project, functions, collections, buckets, teams and messaging`,

0 commit comments

Comments
 (0)