From 483af7561325320dc97e0afc7ea25dec89670c9e Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 10 Nov 2025 01:07:53 -0500 Subject: [PATCH] Improve clarity of TOTP refresher start message --- clip/copyArgument.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clip/copyArgument.go b/clip/copyArgument.go index 34c17ef..b57ca79 100644 --- a/clip/copyArgument.go +++ b/clip/copyArgument.go @@ -48,7 +48,7 @@ func CopyArgument(targetLocation string, field int) error { return errors.New("error encountered in TOTP refresh process: " + err.Error()) } if field != -1 { - fmt.Println(back.AnsiGreen + "[Started]" + back.AnsiReset + " TOTP clipboard refresher\n\nService will run until the process is exited") + fmt.Println(back.AnsiGreen + "[Started]" + back.AnsiReset + " TOTP clipboard refresher\n\nService will run until this process is killed") } select {} // block indefinitely } else { // other