From dde13b81a9bddc4eef860e58b529f4781dc76780 Mon Sep 17 00:00:00 2001 From: Medcl Date: Tue, 31 Dec 2024 13:30:51 +0800 Subject: [PATCH] chore: update terminal header (#11) --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 3be97e6..9aa8134 100644 --- a/main.go +++ b/main.go @@ -284,10 +284,11 @@ func main() { terminalHeader += (" / / // ///_\\\\ / /\\ / /_\\//_\\ / \\/ /\n") terminalHeader += ("/ /__/ \\_// _ \\/ /_// /_\\\\//__/ /\\ /\n") terminalHeader += ("\\____|___/\\_/ \\_/___,'\\____/\\__/\\_\\ \\/\n\n") + terminalHeader += ("HOME: https://github.com/infinilabs/loadgen/\n\n") terminalFooter := ("") - app := framework.NewApp("loadgen", "A http load generator and testing suite.", + app := framework.NewApp("loadgen", "A http load generator and testing suite, open-sourced under the GNU AGPLv3.", config.Version, config.BuildNumber, config.LastCommitLog, config.BuildDate, config.EOLDate, terminalHeader, terminalFooter) app.IgnoreMainConfigMissing()