Skip to content

Commit e4d8e81

Browse files
committed
✏️ typo in usage
1 parent 77f5125 commit e4d8e81

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,3 @@ Create migration
7777
```bash
7878
docker run -v $(pwd)/migrations:/migrations --network host migrate/migrate -path=/migrations -database "sqlite://db/help-the-stars.db" create -ext sql -dir /migrations -seq MIGRATION_NAME
7979
```
80-
81-
## TODO
82-
83-
- [ ] display user in interface and labels

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var staticFiles embed.FS
2020

2121
func main() {
2222
flag.Usage = func() {
23-
fmt.Println("Usage of Help the start ⭐")
23+
fmt.Println("Usage of Help the stars ⭐")
2424
fmt.Println(" https://github.com/ad2ien/help-the-stars/")
2525
fmt.Println("\nFlags:")
2626
flag.PrintDefaults()

0 commit comments

Comments
 (0)