Skip to content

Commit

Permalink
Merge pull request #2666 from ipfs/feature/external-clean-up
Browse files Browse the repository at this point in the history
Capitalize print statements, add period to `external`
  • Loading branch information
whyrusleeping committed May 13, 2016
2 parents 927083e + 158eddc commit 7610bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/external.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 7610bf4

Please sign in to comment.