Skip to content

Commit

Permalink
CLI help indentation. (go-acme#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored May 27, 2019
1 parent dac7c11 commit 72a9baf
Show file tree
Hide file tree
Showing 3 changed files with 472 additions and 472 deletions.
2 changes: 1 addition & 1 deletion cmd/cmd_dnshelp.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func createDNSHelp() cli.Command {
func dnsHelp(ctx *cli.Context) error {
code := ctx.String("code")
if code == "" {
w := tabwriter.NewWriter(os.Stdout, 0, 8, 1, '\t', 0)
w := tabwriter.NewWriter(os.Stdout, 0, 0, 2, ' ', 0)

fmt.Fprintln(w, `Credentials for DNS providers must be passed through environment variables.`)
fmt.Fprintln(w)
Expand Down
Loading

0 comments on commit 72a9baf

Please sign in to comment.