Update main.go
email, veryion
This commit is contained in:
6
main.go
6
main.go
@@ -14,10 +14,10 @@ func main() {
|
|||||||
|
|
||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = "i2p-tools"
|
app.Name = "i2p-tools"
|
||||||
app.Version = "0.1.0"
|
app.Version = "0.1.1"
|
||||||
app.Usage = "I2P tools and reseed server"
|
app.Usage = "I2P tools and reseed server"
|
||||||
app.Author = "Matt Drollette"
|
app.Author = "martin61"
|
||||||
app.Email = "matt@drollette.com"
|
app.Email = "-"
|
||||||
app.Flags = []cli.Flag{}
|
app.Flags = []cli.Flag{}
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
cmd.NewReseedCommand(),
|
cmd.NewReseedCommand(),
|
||||||
|
|||||||
Reference in New Issue
Block a user