diff --git a/README.md b/README.md
index 286768b5c..961b3d451 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@

- Terraform For Teams
+ Terraform Pull Request Automation
## Resources
diff --git a/cmd/root.go b/cmd/root.go
index 9085324d2..5888d4c50 100644
--- a/cmd/root.go
+++ b/cmd/root.go
@@ -22,7 +22,7 @@ import (
// RootCmd is the base command onto which all other commands are added.
var RootCmd = &cobra.Command{
Use: "atlantis",
- Short: "A unified workflow for collaborating on Terraform",
+ Short: "Terraform Pull Request Automation",
}
// Execute starts RootCmd.
diff --git a/runatlantis.io/.vuepress/config.js b/runatlantis.io/.vuepress/config.js
index 3bd1f8f03..79d77227d 100644
--- a/runatlantis.io/.vuepress/config.js
+++ b/runatlantis.io/.vuepress/config.js
@@ -1,6 +1,6 @@
module.exports = {
title: 'Atlantis',
- description: 'Atlantis: Terraform For Teams',
+ description: 'Atlantis: Terraform Pull Request Automation',
ga: "UA-6850151-3",
head: [
['link', { rel: 'icon', type: 'image/png', href: '/favicon-196x196.png', sizes: '196x196' }],
diff --git a/runatlantis.io/README.md b/runatlantis.io/README.md
index f153398c8..4dffb1f17 100644
--- a/runatlantis.io/README.md
+++ b/runatlantis.io/README.md
@@ -5,5 +5,5 @@ heroImage: /hero.png
heroText: Atlantis
actionText: Get Started →
actionLink: /guide/
-title: Terraform For Teams
+title: Terraform Pull Request Automation
---
diff --git a/server/events/comment_parser.go b/server/events/comment_parser.go
index 46eff4715..59d5ab1a3 100644
--- a/server/events/comment_parser.go
+++ b/server/events/comment_parser.go
@@ -329,7 +329,7 @@ func (e *CommentParser) errMarkdown(errMsg string, command string, flagSet *pfla
// `atlantis help`.
var HelpComment = "```cmake\n" +
`atlantis
-Terraform For Teams
+Terraform Pull Request Automation
Usage:
atlantis [options] -- [terraform options]