mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
Capitalize print statements, add period to external
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
This commit is contained in:
parent
a2bcec40ba
commit
158eddcd7f
@ -26,8 +26,8 @@ func ExternalBinary() *cmds.Command {
|
||||
if arg == "--help" || arg == "-h" {
|
||||
buf := new(bytes.Buffer)
|
||||
fmt.Fprintf(buf, "%s is an 'external' command.\n", binname)
|
||||
fmt.Fprintf(buf, "it does not currently appear to be installed.\n")
|
||||
fmt.Fprintf(buf, "please refer to the ipfs documentation for instructions\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
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user