We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6289ba + d8de70d commit bfb8844Copy full SHA for bfb8844
1 file changed
deisctl/cmd/platform.go
@@ -54,7 +54,7 @@ func StartPlatform(b backend.Backend, stateless bool) error {
54
wg.Wait()
55
56
fmt.Fprintln(Stdout, "Done.\n ")
57
- fmt.Fprintln(Stdout, "Please use `deis register` to setup an administrator account.")
+ fmt.Fprintln(Stdout, "Please set up an administrative account. See 'deis help register'")
58
return nil
59
}
60
0 commit comments