mirror of
https://github.com/schollz/cowyo.git
synced 2023-08-10 21:13:00 +03:00
Changed app info
This commit is contained in:
parent
0a14010081
commit
0a3184b190
4
main.go
4
main.go
@ -13,8 +13,8 @@ var pathToData string
|
||||
|
||||
func main() {
|
||||
app := cli.NewApp()
|
||||
app.Name = "linkcrawler"
|
||||
app.Usage = "crawl a site for links, or download a list of sites"
|
||||
app.Name = "cowyo"
|
||||
app.Usage = "a simple wiki"
|
||||
app.Version = version
|
||||
app.Compiled = time.Now()
|
||||
app.Action = func(c *cli.Context) error {
|
||||
|
Loading…
Reference in New Issue
Block a user