Skip to content

Commit d499416

Browse files
authored
housekeeping(branding): be consistent (coder#4075)
1 parent b3d07ff commit d499416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func Root(subcommands []*cobra.Command) *cobra.Command {
105105
Use: "coder",
106106
SilenceErrors: true,
107107
SilenceUsage: true,
108-
Long: `Coder — A tool for provisioning self-hosted development environments.
108+
Long: `Coder — A tool for provisioning self-hosted development environments with Terraform.
109109
`,
110110
PersistentPreRun: func(cmd *cobra.Command, args []string) {
111111
if cliflag.IsSetBool(cmd, varNoVersionCheck) &&

0 commit comments

Comments
 (0)