mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
fixes from PR
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -284,7 +284,7 @@ func ExternalBinary() *Command {
|
||||
if req.Arguments()[0] == "--help" {
|
||||
buf := new(bytes.Buffer)
|
||||
fmt.Fprintf(buf, "%s is an 'external' command.\n", binname)
|
||||
fmt.Fprintf(buf, "it does not currently appear to be installated.\n")
|
||||
fmt.Fprintf(buf, "it does not currently appear to be installed.\n")
|
||||
fmt.Fprintf(buf, "please refer to the ipfs documentation for instructions\n")
|
||||
res.SetOutput(buf)
|
||||
return
|
||||
|
Reference in New Issue
Block a user