Skip to content

Commit

Permalink
fix: update status help description
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 28, 2020
1 parent 8bf4a79 commit b147831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/remote/status.go
Expand Up @@ -39,7 +39,7 @@ func (s *statusState) Interface() interface{} {

var statusCmd = &cobra.Command{
Use: "status",
Short: "Prints the status of the remote Kratos instance.",
Short: "Print the alive and readiness status of a ORY Kratos instance",
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
c := cliclient.NewClient(cmd)
Expand Down

0 comments on commit b147831

Please sign in to comment.