diff --git a/README.md b/README.md index 2977930..981f0d9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ menlo init # Or configure manually menlo config apikey -menlo config default-robot +menlo robot connect ``` ## Commands @@ -69,7 +69,7 @@ menlo robot connect # Interactive selection menlo robot connect # Set directly ``` -Same as `menlo config default-robot`. Sets the default robot for the CLI. +Sets the default robot for the CLI. ### menlo config diff --git a/internal/commands/robot.go b/internal/commands/robot.go index d17428a..ab9d8f3 100644 --- a/internal/commands/robot.go +++ b/internal/commands/robot.go @@ -170,7 +170,7 @@ Examples: var robotConnectCmd = &cobra.Command{ Use: "connect [robot-id]", Short: "Set or show the default robot", - Long: `Set or show the default robot. Same as 'menlo config default-robot'. +Long: `Set or show the default robot. Examples: menlo robot connect # Interactive selection