diff --git a/src/commands/init.ts b/src/commands/init.ts index 2ca96e86..b60ed757 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -55,7 +55,11 @@ const config = { migrated. `, options: { - repo: { type: "string", short: "r", description: "Repository name" }, + repo: { + type: "string", + short: "r", + description: "Domain of an existing repository to connect to", + }, lang: { type: "string", short: "l",