We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f5125 commit e4d8e81Copy full SHA for e4d8e81
2 files changed
README.md
@@ -77,7 +77,3 @@ Create migration
77
```bash
78
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
79
```
80
-
81
-## TODO
82
83
-- [ ] display user in interface and labels
main.go
@@ -20,7 +20,7 @@ var staticFiles embed.FS
20
21
func main() {
22
flag.Usage = func() {
23
- fmt.Println("Usage of Help the start ⭐")
+ fmt.Println("Usage of Help the stars ⭐")
24
fmt.Println(" https://github.com/ad2ien/help-the-stars/")
25
fmt.Println("\nFlags:")
26
flag.PrintDefaults()
0 commit comments