提交 e35453c5 作者: Matt Bell 提交者: Juan Batiz-Benet

mount: Cleaned up option descriptions

上级 815efdb1
......@@ -29,10 +29,10 @@ not be listable, as it is virtual. Accessing known paths directly.
Options: []cmds.Option{
// TODO longform
cmds.StringOption("f", "The path where IPFS should be mounted\n(default is '/ipfs')"),
cmds.StringOption("f", "The path where IPFS should be mounted"),
// TODO longform
cmds.StringOption("n", "The path where IPNS should be mounted\n(default is '/ipns')"),
cmds.StringOption("n", "The path where IPNS should be mounted"),
},
Run: func(req cmds.Request) (interface{}, error) {
cfg, err := req.Context().GetConfig()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论