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

mount: Cleaned up option descriptions

parent 815efdb1
...@@ -29,10 +29,10 @@ not be listable, as it is virtual. Accessing known paths directly. ...@@ -29,10 +29,10 @@ not be listable, as it is virtual. Accessing known paths directly.
Options: []cmds.Option{ Options: []cmds.Option{
// TODO longform // 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 // 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) { Run: func(req cmds.Request) (interface{}, error) {
cfg, err := req.Context().GetConfig() cfg, err := req.Context().GetConfig()
......
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