mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-21 08:56:37 +08:00
Capitalized beginning of line messages, added periods
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
@ -93,8 +93,8 @@ baz
|
||||
`,
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.StringOption("ipfs-path", "f", "The path where IPFS should be mounted"),
|
||||
cmds.StringOption("ipns-path", "n", "The path where IPNS should be mounted"),
|
||||
cmds.StringOption("ipfs-path", "f", "The path where IPFS should be mounted."),
|
||||
cmds.StringOption("ipns-path", "n", "The path where IPNS should be mounted."),
|
||||
},
|
||||
Run: func(req cmds.Request, res cmds.Response) {
|
||||
cfg, err := req.InvocContext().GetConfig()
|
||||
|
Reference in New Issue
Block a user