Skip to content

Commit

Permalink
Merge pull request #34 from ReconfigureIO/feature/reco-connect-help-text
Browse files Browse the repository at this point in the history
make the reco connect help texts clearer
  • Loading branch information
Rosie Yohannan committed Sep 24, 2018
2 parents 6005aeb + e6a174e commit abaa911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ your command. The two forms are equivalent:
deploymentCmdConnect = &cobra.Command{
Use: "connect <deploy_ID>",
Aliases: []string{"c", "connects"},
Short: "Connect to a running deployment",
Long: "Connect to a running deployment.",
Short: "Connects to a deployment in your browser",
Long: "Connects to a running deployment on port 80 using your default web browser",
Run: connectDeployment,
}

Expand Down

0 comments on commit abaa911

Please sign in to comment.