add doc line

This commit is contained in:
Carlosokumu 2024-09-13 21:55:40 +03:00
parent 5b5352f569
commit bb28112f47
Signed by: carlos
GPG Key ID: 7BD6BC8160A5C953

View File

@ -615,7 +615,7 @@ func (h *Handlers) Quit(ctx context.Context, sym string, input []byte) (resource
return res, nil
}
// Quit displays the Thank you message and exits the menu
// QuitWithHelp displays helpline information then exits the menu
func (h *Handlers) QuitWithHelp(ctx context.Context, sym string, input []byte) (resource.Result, error) {
var res resource.Result