mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-19 18:05:32 +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:
@ -50,7 +50,7 @@ The resolver will give:
|
||||
cmds.StringArg("domain-name", true, false, "The domain-name name to resolve.").EnableStdin(),
|
||||
},
|
||||
Options: []cmds.Option{
|
||||
cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link"),
|
||||
cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link."),
|
||||
},
|
||||
Run: func(req cmds.Request, res cmds.Response) {
|
||||
|
||||
|
Reference in New Issue
Block a user