Skip to content

Commit d719919

Browse files
very important fix
1 parent 9f08742 commit d719919

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ make build
133133

134134
```shell
135135
gohpts -h
136-
_____ _ _ _____ _______ _____
136+
_____ _ _ _____ _______ _____
137137
/ ____| | | | | __ \__ __/ ____|
138138
| | __ ___ | |__| | |__) | | | | (___
139139
| | |_ |/ _ \| __ | ___/ | | \___ \

cmd/gohpts/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const (
1818
addrHTTP string = "127.0.0.1:8080"
1919
)
2020

21-
const usagePrefix string = ` _____ _ _ _____ _______ _____
21+
const usagePrefix string = ` _____ _ _ _____ _______ _____
2222
/ ____| | | | | __ \__ __/ ____|
2323
| | __ ___ | |__| | |__) | | | | (___
2424
| | |_ |/ _ \| __ | ___/ | | \___ \

0 commit comments

Comments
 (0)