Skip to content

Commit

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

var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version of the remote Kratos instance.",
Short: "Print the version of an ORY Kratos instance",
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
c := cliclient.NewClient(cmd)
Expand Down

0 comments on commit 8bf4a79

Please sign in to comment.