diff --git a/lib/travis/cli/repo_command.rb b/lib/travis/cli/repo_command.rb index afad3af7..cbc6f4e0 100644 --- a/lib/travis/cli/repo_command.rb +++ b/lib/travis/cli/repo_command.rb @@ -28,6 +28,7 @@ def repository repo(slug) rescue Travis::Client::NotFound error "repository not known to #{api_endpoint}: #{color(slug, :important)}" + error "you can override the auto-detected repo slug with the -r option" end private