Commit c67e3771 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

docs(ipfs2/daemon) add some copy

can replace if desired, but at least it's not an end-user TODO
parent fd1cd995
...@@ -16,7 +16,7 @@ import ( ...@@ -16,7 +16,7 @@ import (
var daemonCmd = &cmds.Command{ var daemonCmd = &cmds.Command{
Options: []cmds.Option{}, Options: []cmds.Option{},
Help: "TODO", Help: "run a network-connected ipfs node", // TODO adjust copy
Subcommands: map[string]*cmds.Command{}, Subcommands: map[string]*cmds.Command{},
Run: daemonFunc, Run: daemonFunc,
} }
......
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