1
0
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:
Zack Scholl 2017-03-22 15:35:02 -06:00
parent 0a14010081
commit 0a3184b190

View File

@ -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 {