提交 6869ca44 作者: Matt Bell 提交者: Juan Batiz-Benet

core/command2: Fixed indentation

上级 f93b806d
...@@ -30,9 +30,9 @@ var addCmd = &cmds.Command{ ...@@ -30,9 +30,9 @@ var addCmd = &cmds.Command{
}, },
Description: "Add an object to ipfs.", Description: "Add an object to ipfs.",
Help: `Adds contents of <path> to ipfs. Use -r to add directories. Help: `Adds contents of <path> to ipfs. Use -r to add directories.
Note that directories are added recursively, to form the ipfs Note that directories are added recursively, to form the ipfs
MerkleDAG. A smarter partial add with a staging area (like git) MerkleDAG. A smarter partial add with a staging area (like git)
remains to be implemented. remains to be implemented.
`, `,
Run: func(req cmds.Request) (interface{}, error) { Run: func(req cmds.Request) (interface{}, error) {
n := req.Context().Node n := req.Context().Node
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论