diff --git a/cmd/control/cmd/status.go b/cmd/control/cmd/status.go index 796cdf4..a97f4ae 100644 --- a/cmd/control/cmd/status.go +++ b/cmd/control/cmd/status.go @@ -30,7 +30,7 @@ var statusCmd = &cobra.Command{ if found == false { commitEnv = "unknown" } - fmt.Println(" * this session: " + versionEnv + " (" + commitEnv + ")") + fmt.Println(" * this shell session: " + versionEnv + " (" + commitEnv + ")") resp, err := getDaemonStatus(config.Port) if err != nil {