Skip to content

Commit 7f585c1

Browse files
committed
update usage of github command
1 parent 3dc51e3 commit 7f585c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/src/components/Terminal/github.ts

+4-3
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ export default function github(this: JQueryTerminal, ...args: string[]) {
145145
term.echo(`Browse github repo using unix commands
146146
147147
usage:
148-
github -u <user> -r <repo>
149-
-u | --username <user>
150-
-r | --repo <repo>
148+
github -u <user> -r <repo> [-b <branch>]
149+
-u | --username <user> - username or organization
150+
-r | --repo <repo> - name of the repository
151+
-b | --branch <branch> - optional branch
151152
`);
152153
}
153154
}

0 commit comments

Comments
 (0)