Skip to content

Commit

Permalink
update tsh github login command description (#51605)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenGravy authored Jan 31, 2025
1 parent 1edb696 commit a20a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tsh/common/git_login.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type gitLoginCommand struct {

func newGitLoginCommand(parent *kingpin.CmdClause) *gitLoginCommand {
cmd := &gitLoginCommand{
CmdClause: parent.Command("login", "Opens a browser and retrieves your login from GitHub"),
CmdClause: parent.Command("login", "Opens a browser and retrieves your login from GitHub."),
}

// TODO(greedy52) make "github-org" optional. Most likely there is only a
Expand Down

0 comments on commit a20a763

Please sign in to comment.