diff --git a/tool/tsh/common/git_list.go b/tool/tsh/common/git_list.go index 06cd22239cf5b..2e70b534565bc 100644 --- a/tool/tsh/common/git_list.go +++ b/tool/tsh/common/git_list.go @@ -165,7 +165,7 @@ func printGitServersAsText(cf *CLIConf, servers []types.Server) error { } const gitLoginNote = "" + - "(n/a)*: Usernames will be retrieved automatically upon git commands.\n" + + "(n/a)*: Username will be retrieved automatically upon running git commands.\n" + " Alternatively, run `tsh git login --github-org `.\n\n" const gitCommandsGeneralHint = "" +