Commit decda218 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

cmd/ipfs2: Changed command variable naming convention

parent 9fb20dab
......@@ -13,7 +13,7 @@ import (
daemon "github.com/jbenet/go-ipfs/daemon2"
)
var Daemon = &cmds.Command{
var daemonCmd = &cmds.Command{
Options: []cmds.Option{},
Help: "TODO",
Subcommands: map[string]*cmds.Command{},
......
......@@ -9,7 +9,7 @@ var Root = &cmds.Command{
Options: commands.Root.Options,
Help: commands.Root.Help,
Subcommands: map[string]*cmds.Command{
"daemon": Daemon,
"daemon": daemonCmd,
"init": initCmd,
},
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment