1
0
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:
Jeromy
2015-11-16 09:53:10 -08:00
parent 7681b66fee
commit 2d2aa666eb
2 changed files with 6 additions and 1 deletions

View File

@ -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