Skip to content

Commit 8f96728

Browse files
committed
update repo name description
1 parent be57754 commit 8f96728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/hub/cli.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const commands = {
4242
args: [
4343
{
4444
name: "repo-name" as const,
45-
description: "The name of the repo to create",
45+
description: "The name of the repo to upload to",
4646
positional: true,
4747
required: true,
4848
},
@@ -93,7 +93,7 @@ const commands = {
9393
args: [
9494
{
9595
name: "repo-name" as const,
96-
description: "The name of the repo to create",
96+
description: "The name of the repo to create the branch in",
9797
positional: true,
9898
required: true,
9999
},

0 commit comments

Comments
 (0)