Skip to content

Commit

Permalink
docs: rename Login to Log in (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
Enda authored Jan 21, 2021
1 parent 22cc254 commit 0ee85b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/commands/rhoas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ OpenShift Cluster
script
* link:rhoas_docs.adoc[rhoas docs] - Open documentation in browser
* link:rhoas_kafka.adoc[rhoas kafka] - Manage your Kafka instances
* link:rhoas_login.adoc[rhoas login] - Login to Managed Application
Services
* link:rhoas_login.adoc[rhoas login] - Log in to RHOAS
* link:rhoas_logout.adoc[rhoas logout] - Logout from connected Managed
Application Services cluster
* link:rhoas_serviceaccount.adoc[rhoas serviceaccount] - Manage your
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/rhoas_login.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
== rhoas login

Login to Managed Application Services
Log in to RHOAS

=== Synopsis

Login to Managed Application Services in order to manage your services
Log in to the RHOAS CLI

....
rhoas login [flags]
Expand Down
4 changes: 2 additions & 2 deletions pkg/cmd/login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ func NewLoginCmd(f *factory.Factory) *cobra.Command {

cmd := &cobra.Command{
Use: "login",
Short: "Login to Managed Application Services",
Long: "Login to Managed Application Services in order to manage your services",
Short: "Log in to RHOAS",
Long: "Log in to the RHOAS CLI",
RunE: func(cmd *cobra.Command, _ []string) error {
return runLogin(opts)
},
Expand Down

0 comments on commit 0ee85b1

Please sign in to comment.