From 982bf3d1c25e2460cbde55aaa3ba7b278df67ff4 Mon Sep 17 00:00:00 2001 From: STeve Huang Date: Wed, 4 Dec 2024 22:54:06 -0500 Subject: [PATCH] update username note --- tool/tsh/common/git_list.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" +