mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Improve clarity of TOTP refresher start message
This commit is contained in:
@@ -48,7 +48,7 @@ func CopyArgument(targetLocation string, field int) error {
|
|||||||
return errors.New("error encountered in TOTP refresh process: " + err.Error())
|
return errors.New("error encountered in TOTP refresh process: " + err.Error())
|
||||||
}
|
}
|
||||||
if field != -1 {
|
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
|
select {} // block indefinitely
|
||||||
} else { // other
|
} else { // other
|
||||||
|
|||||||
Reference in New Issue
Block a user