Skip to content

Commit

Permalink
chore: update terminal header (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl authored Dec 31, 2024
1 parent dc8a13a commit dde13b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit dde13b8

Please sign in to comment.