diff --git a/commands/app.go b/commands/app.go index 3c07120c..cf58c37e 100644 --- a/commands/app.go +++ b/commands/app.go @@ -143,7 +143,8 @@ func appAction(ctx *cli.Context) error { if err != nil && token == "" { fmt.Println("step-ca can't find or open the configuration file for your CA.") fmt.Println("You may need to create a CA first by running `step ca init`.") - fmt.Println("Documentation: https://u.step.sm/docs/ca\n") + fmt.Println("Documentation: https://u.step.sm/docs/ca") + fmt.Println("") fatal(err) }